Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Orchid | FDC0FC | #FDC0FC | 253, 192, 252 | 99.22, 75.29, 98.82 | 0, 24.11, 0.4, 0.78 | 300.98360655738, 24.110671936759, 99.21568627451 |
Color #fdc0fc is Orchid. In RGB: 99.22, 75.29, 98.82. In CMYK: 0, 24.11, 0.4, 0.78.
div { background: #fdc0fc; color: #000; }
div { background: #fdc0fc; color: #fff; }
div { background: linear-gradient(to bottom, #E0A5DF 0%, #FFDCFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFDCFF 0%, #E0A5DF 100%); color: #000; }
div { background: linear-gradient(to bottom, #E0A5DF 0%, #FFDCFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFDCFF 0%, #E0A5DF 100%); color: #fff; }
div { border: 1px solid #fdc0fc; }
div { border: 5px solid #fdc0fc; }
div { border: 1px dashed #fdc0fc; }
div { border: 5px dashed #fdc0fc; }
div { border: 1px dotted #fdc0fc; }
div { border: 5px dotted #fdc0fc; }