Shades of Heliotrope #CF5AFF
Tints of Heliotrope #CF5AFF
RGB
CMYK
RGB Variations
Color information
#CF5AFF (or 0xCF5AFF) is known color: Heliotrope. HEX triplet: CF, 5A and FF. RGB value is (207,90,255). Sum of RGB (Red+Green+Blue) = 207+90+255=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AFF is #30A500. Grayscale: #8F8F8F. Windows color (decimal): -3187969 or 16734927. OLE color: 16734927.
HSL color Cylindrical-coordinate representation of color #CF5AFF: hue angle of 282.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5AFF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 90 | 255 | - |
| CMYK | 0.19 | 0.65 | 0 | 0 |
| HSL | 282.55º | 1% | 0.68% | - |
| HSV(B) | 282.55º | 0.65% | 1% | - |
| XYZ | 47.44 | 27.8 | 97.47 | - |
| YUV | 143.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 255 | 0.19 | 0.65 | 0 | 0 | 282.55 | 1 | 0.68 |
| Hex | CF | 5A | FF | 13 | 41 | 0 | 0 | 11B | 64 | 44 |
| Octal | 317 | 132 | 377 | 23 | 101 | 0 | 0 | 433 | 144 | 104 |
| Binary | 11001111 | 1011010 | 11111111 | 10011 | 1000001 | 0 | 0 | 100011011 | 1100100 | 1000100 |
Color Harmonies of #CF5AFF
Complementary color
Monochromatic Colors of #CF5AFF
Black with #CF5AFF
Text Example
Text Example
White with #CF5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AFF; }
p { color: rgb(207,90,255); }
H1.HeaderClassName
{
color: #CF5AFF;
}
.AnyTagClassName
{
color: #CF5AFF;
}
</style>
background-color css
<style>
a { background-color: #CF5AFF; }
a { background-color: rgb(207,90,255); }
div.DivClassName
{
background-color: #CF5AFF;
}
.BgClassName
{
background-color: #CF5AFF;
}
</style>
border-color css
<style>
span { border-color: #CF5AFF; }
span { border-color: rgb(207,90,255); }
td.TdClassName
{
border-color: #CF5AFF;
}
.TagClassName
{
border-color: #CF5AFF;
}
</style>