Shades of Heliotrope #CF60FA
Tints of Heliotrope #CF60FA
RGB
CMYK
RGB Variations
Color information
#CF60FA (or 0xCF60FA) is known color: Heliotrope. HEX triplet: CF, 60 and FA. RGB value is (207,96,250). Sum of RGB (Red+Green+Blue) = 207+96+250=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60FA is #309F05. Grayscale: #929292. Windows color (decimal): -3186438 or 16408783. OLE color: 16408783.
HSL color Cylindrical-coordinate representation of color #CF60FA: hue angle of 283.25º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF60FA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 96 | 250 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.02 |
| HSL | 283.25º | 0.94% | 0.68% | - |
| HSV(B) | 283.25º | 0.62% | 0.98% | - |
| XYZ | 47.17 | 28.53 | 93.46 | - |
| YUV | 146.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 250 | 0.17 | 0.62 | 0 | 0.02 | 283.25 | 0.94 | 0.68 |
| Hex | CF | 60 | FA | 11 | 3E | 0 | 2 | 11B | 5E | 44 |
| Octal | 317 | 140 | 372 | 21 | 76 | 0 | 2 | 433 | 136 | 104 |
| Binary | 11001111 | 1100000 | 11111010 | 10001 | 111110 | 0 | 10 | 100011011 | 1011110 | 1000100 |
Color Harmonies of #CF60FA
Complementary color
Monochromatic Colors of #CF60FA
Black with #CF60FA
Text Example
Text Example
White with #CF60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60FA; }
p { color: rgb(207,96,250); }
H1.HeaderClassName
{
color: #CF60FA;
}
.AnyTagClassName
{
color: #CF60FA;
}
</style>
background-color css
<style>
a { background-color: #CF60FA; }
a { background-color: rgb(207,96,250); }
div.DivClassName
{
background-color: #CF60FA;
}
.BgClassName
{
background-color: #CF60FA;
}
</style>
border-color css
<style>
span { border-color: #CF60FA; }
span { border-color: rgb(207,96,250); }
td.TdClassName
{
border-color: #CF60FA;
}
.TagClassName
{
border-color: #CF60FA;
}
</style>