Shades of Heliotrope #CE6CEF
Tints of Heliotrope #CE6CEF
RGB
CMYK
RGB Variations
Color information
#CE6CEF (or 0xCE6CEF) is known color: Heliotrope. HEX triplet: CE, 6C and EF. RGB value is (206,108,239). Sum of RGB (Red+Green+Blue) = 206+108+239=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CEF is #319310. Grayscale: #979797. Windows color (decimal): -3248913 or 15690958. OLE color: 15690958.
HSL color Cylindrical-coordinate representation of color #CE6CEF: hue angle of 284.89º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6CEF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 108 | 239 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.06 |
| HSL | 284.89º | 0.8% | 0.68% | - |
| HSV(B) | 284.89º | 0.55% | 0.94% | - |
| XYZ | 46.4 | 30.08 | 85.02 | - |
| YUV | 152.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 239 | 0.14 | 0.55 | 0 | 0.06 | 284.89 | 0.8 | 0.68 |
| Hex | CE | 6C | EF | E | 37 | 0 | 6 | 11D | 50 | 44 |
| Octal | 316 | 154 | 357 | 16 | 67 | 0 | 6 | 435 | 120 | 104 |
| Binary | 11001110 | 1101100 | 11101111 | 1110 | 110111 | 0 | 110 | 100011101 | 1010000 | 1000100 |
Color Harmonies of #CE6CEF
Complementary color
Monochromatic Colors of #CE6CEF
Black with #CE6CEF
Text Example
Text Example
White with #CE6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CEF; }
p { color: rgb(206,108,239); }
H1.HeaderClassName
{
color: #CE6CEF;
}
.AnyTagClassName
{
color: #CE6CEF;
}
</style>
background-color css
<style>
a { background-color: #CE6CEF; }
a { background-color: rgb(206,108,239); }
div.DivClassName
{
background-color: #CE6CEF;
}
.BgClassName
{
background-color: #CE6CEF;
}
</style>
border-color css
<style>
span { border-color: #CE6CEF; }
span { border-color: rgb(206,108,239); }
td.TdClassName
{
border-color: #CE6CEF;
}
.TagClassName
{
border-color: #CE6CEF;
}
</style>