Shades of Heliotrope #CE74EF
Tints of Heliotrope #CE74EF
RGB
CMYK
RGB Variations
Color information
#CE74EF (or 0xCE74EF) is known color: Heliotrope. HEX triplet: CE, 74 and EF. RGB value is (206,116,239). Sum of RGB (Red+Green+Blue) = 206+116+239=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74EF is #318B10. Grayscale: #9C9C9C. Windows color (decimal): -3246865 or 15693006. OLE color: 15693006.
HSL color Cylindrical-coordinate representation of color #CE74EF: hue angle of 283.9º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE74EF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 116 | 239 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.06 |
| HSL | 283.9º | 0.79% | 0.7% | - |
| HSV(B) | 283.9º | 0.51% | 0.94% | - |
| XYZ | 47.28 | 31.84 | 85.32 | - |
| YUV | 156.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 239 | 0.14 | 0.51 | 0 | 0.06 | 283.9 | 0.79 | 0.7 |
| Hex | CE | 74 | EF | E | 33 | 0 | 6 | 11C | 4F | 46 |
| Octal | 316 | 164 | 357 | 16 | 63 | 0 | 6 | 434 | 117 | 106 |
| Binary | 11001110 | 1110100 | 11101111 | 1110 | 110011 | 0 | 110 | 100011100 | 1001111 | 1000110 |
Color Harmonies of #CE74EF
Complementary color
Monochromatic Colors of #CE74EF
Black with #CE74EF
Text Example
Text Example
White with #CE74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74EF; }
p { color: rgb(206,116,239); }
H1.HeaderClassName
{
color: #CE74EF;
}
.AnyTagClassName
{
color: #CE74EF;
}
</style>
background-color css
<style>
a { background-color: #CE74EF; }
a { background-color: rgb(206,116,239); }
div.DivClassName
{
background-color: #CE74EF;
}
.BgClassName
{
background-color: #CE74EF;
}
</style>
border-color css
<style>
span { border-color: #CE74EF; }
span { border-color: rgb(206,116,239); }
td.TdClassName
{
border-color: #CE74EF;
}
.TagClassName
{
border-color: #CE74EF;
}
</style>