Shades of Heliotrope #CE62FA
Tints of Heliotrope #CE62FA
RGB
CMYK
RGB Variations
Color information
#CE62FA (or 0xCE62FA) is known color: Heliotrope. HEX triplet: CE, 62 and FA. RGB value is (206,98,250). Sum of RGB (Red+Green+Blue) = 206+98+250=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE62FA is #319D05. Grayscale: #939393. Windows color (decimal): -3251462 or 16409294. OLE color: 16409294.
HSL color Cylindrical-coordinate representation of color #CE62FA: hue angle of 282.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE62FA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 98 | 250 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.02 |
| HSL | 282.63º | 0.94% | 0.68% | - |
| HSV(B) | 282.63º | 0.61% | 0.98% | - |
| XYZ | 47.08 | 28.76 | 93.51 | - |
| YUV | 147.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 250 | 0.18 | 0.61 | 0 | 0.02 | 282.63 | 0.94 | 0.68 |
| Hex | CE | 62 | FA | 12 | 3D | 0 | 2 | 11B | 5E | 44 |
| Octal | 316 | 142 | 372 | 22 | 75 | 0 | 2 | 433 | 136 | 104 |
| Binary | 11001110 | 1100010 | 11111010 | 10010 | 111101 | 0 | 10 | 100011011 | 1011110 | 1000100 |
Color Harmonies of #CE62FA
Complementary color
Monochromatic Colors of #CE62FA
Black with #CE62FA
Text Example
Text Example
White with #CE62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62FA; }
p { color: rgb(206,98,250); }
H1.HeaderClassName
{
color: #CE62FA;
}
.AnyTagClassName
{
color: #CE62FA;
}
</style>
background-color css
<style>
a { background-color: #CE62FA; }
a { background-color: rgb(206,98,250); }
div.DivClassName
{
background-color: #CE62FA;
}
.BgClassName
{
background-color: #CE62FA;
}
</style>
border-color css
<style>
span { border-color: #CE62FA; }
span { border-color: rgb(206,98,250); }
td.TdClassName
{
border-color: #CE62FA;
}
.TagClassName
{
border-color: #CE62FA;
}
</style>