Shades of Heliotrope #CE6CEB
Tints of Heliotrope #CE6CEB
RGB
CMYK
RGB Variations
Color information
#CE6CEB (or 0xCE6CEB) is known color: Heliotrope. HEX triplet: CE, 6C and EB. RGB value is (206,108,235). Sum of RGB (Red+Green+Blue) = 206+108+235=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CEB is #319314. Grayscale: #979797. Windows color (decimal): -3248917 or 15428814. OLE color: 15428814.
HSL color Cylindrical-coordinate representation of color #CE6CEB: hue angle of 286.3º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6CEB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 108 | 235 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.08 |
| HSL | 286.3º | 0.76% | 0.67% | - |
| HSV(B) | 286.3º | 0.54% | 0.92% | - |
| XYZ | 45.81 | 29.85 | 81.94 | - |
| YUV | 151.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 235 | 0.12 | 0.54 | 0 | 0.08 | 286.3 | 0.76 | 0.67 |
| Hex | CE | 6C | EB | C | 36 | 0 | 8 | 11E | 4C | 43 |
| Octal | 316 | 154 | 353 | 14 | 66 | 0 | 10 | 436 | 114 | 103 |
| Binary | 11001110 | 1101100 | 11101011 | 1100 | 110110 | 0 | 1000 | 100011110 | 1001100 | 1000011 |
Color Harmonies of #CE6CEB
Complementary color
Monochromatic Colors of #CE6CEB
Black with #CE6CEB
Text Example
Text Example
White with #CE6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CEB; }
p { color: rgb(206,108,235); }
H1.HeaderClassName
{
color: #CE6CEB;
}
.AnyTagClassName
{
color: #CE6CEB;
}
</style>
background-color css
<style>
a { background-color: #CE6CEB; }
a { background-color: rgb(206,108,235); }
div.DivClassName
{
background-color: #CE6CEB;
}
.BgClassName
{
background-color: #CE6CEB;
}
</style>
border-color css
<style>
span { border-color: #CE6CEB; }
span { border-color: rgb(206,108,235); }
td.TdClassName
{
border-color: #CE6CEB;
}
.TagClassName
{
border-color: #CE6CEB;
}
</style>