Shades of Heliotrope #CF60FC
Tints of Heliotrope #CF60FC
RGB
CMYK
RGB Variations
Color information
#CF60FC (or 0xCF60FC) is known color: Heliotrope. HEX triplet: CF, 60 and FC. RGB value is (207,96,252). Sum of RGB (Red+Green+Blue) = 207+96+252=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60FC is #309F03. Grayscale: #929292. Windows color (decimal): -3186436 or 16539855. OLE color: 16539855.
HSL color Cylindrical-coordinate representation of color #CF60FC: hue angle of 282.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF60FC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 96 | 252 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.01 |
| HSL | 282.69º | 0.96% | 0.68% | - |
| HSV(B) | 282.69º | 0.62% | 0.99% | - |
| XYZ | 47.49 | 28.66 | 95.12 | - |
| YUV | 146.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 252 | 0.18 | 0.62 | 0 | 0.01 | 282.69 | 0.96 | 0.68 |
| Hex | CF | 60 | FC | 12 | 3E | 0 | 1 | 11B | 60 | 44 |
| Octal | 317 | 140 | 374 | 22 | 76 | 0 | 1 | 433 | 140 | 104 |
| Binary | 11001111 | 1100000 | 11111100 | 10010 | 111110 | 0 | 1 | 100011011 | 1100000 | 1000100 |
Color Harmonies of #CF60FC
Complementary color
Monochromatic Colors of #CF60FC
Black with #CF60FC
Text Example
Text Example
White with #CF60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60FC; }
p { color: rgb(207,96,252); }
H1.HeaderClassName
{
color: #CF60FC;
}
.AnyTagClassName
{
color: #CF60FC;
}
</style>
background-color css
<style>
a { background-color: #CF60FC; }
a { background-color: rgb(207,96,252); }
div.DivClassName
{
background-color: #CF60FC;
}
.BgClassName
{
background-color: #CF60FC;
}
</style>
border-color css
<style>
span { border-color: #CF60FC; }
span { border-color: rgb(207,96,252); }
td.TdClassName
{
border-color: #CF60FC;
}
.TagClassName
{
border-color: #CF60FC;
}
</style>