Shades of Heliotrope #CF51FF
Tints of Heliotrope #CF51FF
RGB
CMYK
RGB Variations
Color information
#CF51FF (or 0xCF51FF) is known color: Heliotrope. HEX triplet: CF, 51 and FF. RGB value is (207,81,255). Sum of RGB (Red+Green+Blue) = 207+81+255=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51FF is #30AE00. Grayscale: #898989. Windows color (decimal): -3190273 or 16732623. OLE color: 16732623.
HSL color Cylindrical-coordinate representation of color #CF51FF: hue angle of 283.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF51FF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 81 | 255 | - |
| CMYK | 0.19 | 0.68 | 0 | 0 |
| HSL | 283.45º | 1% | 0.66% | - |
| HSV(B) | 283.45º | 0.68% | 1% | - |
| XYZ | 46.72 | 26.37 | 97.24 | - |
| YUV | 138.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 255 | 0.19 | 0.68 | 0 | 0 | 283.45 | 1 | 0.66 |
| Hex | CF | 51 | FF | 13 | 44 | 0 | 0 | 11B | 64 | 42 |
| Octal | 317 | 121 | 377 | 23 | 104 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001111 | 1010001 | 11111111 | 10011 | 1000100 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CF51FF
Complementary color
Monochromatic Colors of #CF51FF
Black with #CF51FF
Text Example
Text Example
White with #CF51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51FF; }
p { color: rgb(207,81,255); }
H1.HeaderClassName
{
color: #CF51FF;
}
.AnyTagClassName
{
color: #CF51FF;
}
</style>
background-color css
<style>
a { background-color: #CF51FF; }
a { background-color: rgb(207,81,255); }
div.DivClassName
{
background-color: #CF51FF;
}
.BgClassName
{
background-color: #CF51FF;
}
</style>
border-color css
<style>
span { border-color: #CF51FF; }
span { border-color: rgb(207,81,255); }
td.TdClassName
{
border-color: #CF51FF;
}
.TagClassName
{
border-color: #CF51FF;
}
</style>