Shades of Heliotrope #CF5AFE
Tints of Heliotrope #CF5AFE
RGB
CMYK
RGB Variations
Color information
#CF5AFE (or 0xCF5AFE) is known color: Heliotrope. HEX triplet: CF, 5A and FE. RGB value is (207,90,254). Sum of RGB (Red+Green+Blue) = 207+90+254=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AFE is #30A501. Grayscale: #8F8F8F. Windows color (decimal): -3187970 or 16669391. OLE color: 16669391.
HSL color Cylindrical-coordinate representation of color #CF5AFE: hue angle of 282.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5AFE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 90 | 254 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.00 |
| HSL | 282.8º | 0.99% | 0.67% | - |
| HSV(B) | 282.8º | 0.65% | 1% | - |
| XYZ | 47.28 | 27.73 | 96.63 | - |
| YUV | 143.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 254 | 0.19 | 0.65 | 0 | 0.00 | 282.8 | 0.99 | 0.67 |
| Hex | CF | 5A | FE | 13 | 41 | 0 | 0 | 11B | 63 | 43 |
| Octal | 317 | 132 | 376 | 23 | 101 | 0 | 0 | 433 | 143 | 103 |
| Binary | 11001111 | 1011010 | 11111110 | 10011 | 1000001 | 0 | 0 | 100011011 | 1100011 | 1000011 |
Color Harmonies of #CF5AFE
Complementary color
Monochromatic Colors of #CF5AFE
Black with #CF5AFE
Text Example
Text Example
White with #CF5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AFE; }
p { color: rgb(207,90,254); }
H1.HeaderClassName
{
color: #CF5AFE;
}
.AnyTagClassName
{
color: #CF5AFE;
}
</style>
background-color css
<style>
a { background-color: #CF5AFE; }
a { background-color: rgb(207,90,254); }
div.DivClassName
{
background-color: #CF5AFE;
}
.BgClassName
{
background-color: #CF5AFE;
}
</style>
border-color css
<style>
span { border-color: #CF5AFE; }
span { border-color: rgb(207,90,254); }
td.TdClassName
{
border-color: #CF5AFE;
}
.TagClassName
{
border-color: #CF5AFE;
}
</style>