Shades of Heliotrope #CF5FEB
Tints of Heliotrope #CF5FEB
RGB
CMYK
RGB Variations
Color information
#CF5FEB (or 0xCF5FEB) is known color: Heliotrope. HEX triplet: CF, 5F and EB. RGB value is (207,95,235). Sum of RGB (Red+Green+Blue) = 207+95+235=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF5FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FEB is #30A014. Grayscale: #909090. Windows color (decimal): -3186709 or 15425487. OLE color: 15425487.
HSL color Cylindrical-coordinate representation of color #CF5FEB: hue angle of 288º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5FEB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 95 | 235 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.08 |
| HSL | 288º | 0.78% | 0.65% | - |
| HSV(B) | 288º | 0.6% | 0.92% | - |
| XYZ | 44.82 | 27.45 | 81.53 | - |
| YUV | 144.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 235 | 0.12 | 0.60 | 0 | 0.08 | 288 | 0.78 | 0.65 |
| Hex | CF | 5F | EB | C | 3C | 0 | 8 | 120 | 4E | 41 |
| Octal | 317 | 137 | 353 | 14 | 74 | 0 | 10 | 440 | 116 | 101 |
| Binary | 11001111 | 1011111 | 11101011 | 1100 | 111100 | 0 | 1000 | 100100000 | 1001110 | 1000001 |
Color Harmonies of #CF5FEB
Complementary color
Monochromatic Colors of #CF5FEB
Black with #CF5FEB
Text Example
Text Example
White with #CF5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FEB; }
p { color: rgb(207,95,235); }
H1.HeaderClassName
{
color: #CF5FEB;
}
.AnyTagClassName
{
color: #CF5FEB;
}
</style>
background-color css
<style>
a { background-color: #CF5FEB; }
a { background-color: rgb(207,95,235); }
div.DivClassName
{
background-color: #CF5FEB;
}
.BgClassName
{
background-color: #CF5FEB;
}
</style>
border-color css
<style>
span { border-color: #CF5FEB; }
span { border-color: rgb(207,95,235); }
td.TdClassName
{
border-color: #CF5FEB;
}
.TagClassName
{
border-color: #CF5FEB;
}
</style>