Shades of Heliotrope #CE61EF
Tints of Heliotrope #CE61EF
RGB
CMYK
RGB Variations
Color information
#CE61EF (or 0xCE61EF) is known color: Heliotrope. HEX triplet: CE, 61 and EF. RGB value is (206,97,239). Sum of RGB (Red+Green+Blue) = 206+97+239=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61EF is #319E10. Grayscale: #919191. Windows color (decimal): -3251729 or 15688142. OLE color: 15688142.
HSL color Cylindrical-coordinate representation of color #CE61EF: hue angle of 286.06º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE61EF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 97 | 239 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.06 |
| HSL | 286.06º | 0.82% | 0.66% | - |
| HSV(B) | 286.06º | 0.59% | 0.94% | - |
| XYZ | 45.31 | 27.9 | 84.66 | - |
| YUV | 145.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 239 | 0.14 | 0.59 | 0 | 0.06 | 286.06 | 0.82 | 0.66 |
| Hex | CE | 61 | EF | E | 3B | 0 | 6 | 11E | 52 | 42 |
| Octal | 316 | 141 | 357 | 16 | 73 | 0 | 6 | 436 | 122 | 102 |
| Binary | 11001110 | 1100001 | 11101111 | 1110 | 111011 | 0 | 110 | 100011110 | 1010010 | 1000010 |
Color Harmonies of #CE61EF
Complementary color
Monochromatic Colors of #CE61EF
Black with #CE61EF
Text Example
Text Example
White with #CE61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61EF; }
p { color: rgb(206,97,239); }
H1.HeaderClassName
{
color: #CE61EF;
}
.AnyTagClassName
{
color: #CE61EF;
}
</style>
background-color css
<style>
a { background-color: #CE61EF; }
a { background-color: rgb(206,97,239); }
div.DivClassName
{
background-color: #CE61EF;
}
.BgClassName
{
background-color: #CE61EF;
}
</style>
border-color css
<style>
span { border-color: #CE61EF; }
span { border-color: rgb(206,97,239); }
td.TdClassName
{
border-color: #CE61EF;
}
.TagClassName
{
border-color: #CE61EF;
}
</style>