Shades of Heliotrope #CF60F8
Tints of Heliotrope #CF60F8
RGB
CMYK
RGB Variations
Color information
#CF60F8 (or 0xCF60F8) is known color: Heliotrope. HEX triplet: CF, 60 and F8. RGB value is (207,96,248). Sum of RGB (Red+Green+Blue) = 207+96+248=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF60F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60F8 is #309F07. Grayscale: #929292. Windows color (decimal): -3186440 or 16277711. OLE color: 16277711.
HSL color Cylindrical-coordinate representation of color #CF60F8: hue angle of 283.82º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF60F8 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 96 | 248 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.03 |
| HSL | 283.82º | 0.92% | 0.67% | - |
| HSV(B) | 283.82º | 0.61% | 0.97% | - |
| XYZ | 46.86 | 28.41 | 91.82 | - |
| YUV | 146.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 248 | 0.17 | 0.61 | 0 | 0.03 | 283.82 | 0.92 | 0.67 |
| Hex | CF | 60 | F8 | 11 | 3D | 0 | 3 | 11C | 5C | 43 |
| Octal | 317 | 140 | 370 | 21 | 75 | 0 | 3 | 434 | 134 | 103 |
| Binary | 11001111 | 1100000 | 11111000 | 10001 | 111101 | 0 | 11 | 100011100 | 1011100 | 1000011 |
Color Harmonies of #CF60F8
Complementary color
Monochromatic Colors of #CF60F8
Black with #CF60F8
Text Example
Text Example
White with #CF60F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60F8; }
p { color: rgb(207,96,248); }
H1.HeaderClassName
{
color: #CF60F8;
}
.AnyTagClassName
{
color: #CF60F8;
}
</style>
background-color css
<style>
a { background-color: #CF60F8; }
a { background-color: rgb(207,96,248); }
div.DivClassName
{
background-color: #CF60F8;
}
.BgClassName
{
background-color: #CF60F8;
}
</style>
border-color css
<style>
span { border-color: #CF60F8; }
span { border-color: rgb(207,96,248); }
td.TdClassName
{
border-color: #CF60F8;
}
.TagClassName
{
border-color: #CF60F8;
}
</style>