Shades of Heliotrope #CF5FFC
Tints of Heliotrope #CF5FFC
RGB
CMYK
RGB Variations
Color information
#CF5FFC (or 0xCF5FFC) is known color: Heliotrope. HEX triplet: CF, 5F and FC. RGB value is (207,95,252). Sum of RGB (Red+Green+Blue) = 207+95+252=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FFC is #30A003. Grayscale: #919191. Windows color (decimal): -3186692 or 16539599. OLE color: 16539599.
HSL color Cylindrical-coordinate representation of color #CF5FFC: hue angle of 282.8º 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 #CF5FFC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 95 | 252 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.01 |
| HSL | 282.8º | 0.96% | 0.68% | - |
| HSV(B) | 282.8º | 0.62% | 0.99% | - |
| XYZ | 47.4 | 28.48 | 95.09 | - |
| YUV | 146.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 252 | 0.18 | 0.62 | 0 | 0.01 | 282.8 | 0.96 | 0.68 |
| Hex | CF | 5F | FC | 12 | 3E | 0 | 1 | 11B | 60 | 44 |
| Octal | 317 | 137 | 374 | 22 | 76 | 0 | 1 | 433 | 140 | 104 |
| Binary | 11001111 | 1011111 | 11111100 | 10010 | 111110 | 0 | 1 | 100011011 | 1100000 | 1000100 |
Color Harmonies of #CF5FFC
Complementary color
Monochromatic Colors of #CF5FFC
Black with #CF5FFC
Text Example
Text Example
White with #CF5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FFC; }
p { color: rgb(207,95,252); }
H1.HeaderClassName
{
color: #CF5FFC;
}
.AnyTagClassName
{
color: #CF5FFC;
}
</style>
background-color css
<style>
a { background-color: #CF5FFC; }
a { background-color: rgb(207,95,252); }
div.DivClassName
{
background-color: #CF5FFC;
}
.BgClassName
{
background-color: #CF5FFC;
}
</style>
border-color css
<style>
span { border-color: #CF5FFC; }
span { border-color: rgb(207,95,252); }
td.TdClassName
{
border-color: #CF5FFC;
}
.TagClassName
{
border-color: #CF5FFC;
}
</style>