Shades of Heliotrope #CE42FF
Tints of Heliotrope #CE42FF
RGB
CMYK
RGB Variations
Color information
#CE42FF (or 0xCE42FF) is known color: Heliotrope. HEX triplet: CE, 42 and FF. RGB value is (206,66,255). Sum of RGB (Red+Green+Blue) = 206+66+255=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42FF is #31BD00. Grayscale: #808080. Windows color (decimal): -3259649 or 16728782. OLE color: 16728782.
HSL color Cylindrical-coordinate representation of color #CE42FF: hue angle of 284.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE42FF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 66 | 255 | - |
| CMYK | 0.19 | 0.74 | 0 | 0 |
| HSL | 284.44º | 1% | 0.63% | - |
| HSV(B) | 284.44º | 0.74% | 1% | - |
| XYZ | 45.45 | 24.24 | 96.89 | - |
| YUV | 129.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 255 | 0.19 | 0.74 | 0 | 0 | 284.44 | 1 | 0.63 |
| Hex | CE | 42 | FF | 13 | 4A | 0 | 0 | 11C | 64 | 3F |
| Octal | 316 | 102 | 377 | 23 | 112 | 0 | 0 | 434 | 144 | 77 |
| Binary | 11001110 | 1000010 | 11111111 | 10011 | 1001010 | 0 | 0 | 100011100 | 1100100 | 111111 |
Color Harmonies of #CE42FF
Complementary color
Monochromatic Colors of #CE42FF
Black with #CE42FF
Text Example
Text Example
White with #CE42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42FF; }
p { color: rgb(206,66,255); }
H1.HeaderClassName
{
color: #CE42FF;
}
.AnyTagClassName
{
color: #CE42FF;
}
</style>
background-color css
<style>
a { background-color: #CE42FF; }
a { background-color: rgb(206,66,255); }
div.DivClassName
{
background-color: #CE42FF;
}
.BgClassName
{
background-color: #CE42FF;
}
</style>
border-color css
<style>
span { border-color: #CE42FF; }
span { border-color: rgb(206,66,255); }
td.TdClassName
{
border-color: #CE42FF;
}
.TagClassName
{
border-color: #CE42FF;
}
</style>