Shades of Heliotrope #CF5AF0
Tints of Heliotrope #CF5AF0
RGB
CMYK
RGB Variations
Color information
#CF5AF0 (or 0xCF5AF0) is known color: Heliotrope. HEX triplet: CF, 5A and F0. RGB value is (207,90,240). Sum of RGB (Red+Green+Blue) = 207+90+240=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AF0 is #30A50F. Grayscale: #8D8D8D. Windows color (decimal): -3187984 or 15751887. OLE color: 15751887.
HSL color Cylindrical-coordinate representation of color #CF5AF0: hue angle of 286.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5AF0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 90 | 240 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.06 |
| HSL | 286.8º | 0.83% | 0.65% | - |
| HSV(B) | 286.8º | 0.63% | 0.94% | - |
| XYZ | 45.12 | 26.87 | 85.25 | - |
| YUV | 142.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 240 | 0.14 | 0.62 | 0 | 0.06 | 286.8 | 0.83 | 0.65 |
| Hex | CF | 5A | F0 | E | 3E | 0 | 6 | 11F | 53 | 41 |
| Octal | 317 | 132 | 360 | 16 | 76 | 0 | 6 | 437 | 123 | 101 |
| Binary | 11001111 | 1011010 | 11110000 | 1110 | 111110 | 0 | 110 | 100011111 | 1010011 | 1000001 |
Color Harmonies of #CF5AF0
Complementary color
Monochromatic Colors of #CF5AF0
Black with #CF5AF0
Text Example
Text Example
White with #CF5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AF0; }
p { color: rgb(207,90,240); }
H1.HeaderClassName
{
color: #CF5AF0;
}
.AnyTagClassName
{
color: #CF5AF0;
}
</style>
background-color css
<style>
a { background-color: #CF5AF0; }
a { background-color: rgb(207,90,240); }
div.DivClassName
{
background-color: #CF5AF0;
}
.BgClassName
{
background-color: #CF5AF0;
}
</style>
border-color css
<style>
span { border-color: #CF5AF0; }
span { border-color: rgb(207,90,240); }
td.TdClassName
{
border-color: #CF5AF0;
}
.TagClassName
{
border-color: #CF5AF0;
}
</style>