Shades of Heliotrope #CE7BEB
Tints of Heliotrope #CE7BEB
RGB
CMYK
RGB Variations
Color information
#CE7BEB (or 0xCE7BEB) is known color: Heliotrope. HEX triplet: CE, 7B and EB. RGB value is (206,123,235). Sum of RGB (Red+Green+Blue) = 206+123+235=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BEB is #318414. Grayscale: #A0A0A0. Windows color (decimal): -3245077 or 15432654. OLE color: 15432654.
HSL color Cylindrical-coordinate representation of color #CE7BEB: hue angle of 284.46º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7BEB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 123 | 235 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.08 |
| HSL | 284.46º | 0.74% | 0.7% | - |
| HSV(B) | 284.46º | 0.48% | 0.92% | - |
| XYZ | 47.53 | 33.29 | 82.52 | - |
| YUV | 160.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 235 | 0.12 | 0.48 | 0 | 0.08 | 284.46 | 0.74 | 0.7 |
| Hex | CE | 7B | EB | C | 30 | 0 | 8 | 11C | 4A | 46 |
| Octal | 316 | 173 | 353 | 14 | 60 | 0 | 10 | 434 | 112 | 106 |
| Binary | 11001110 | 1111011 | 11101011 | 1100 | 110000 | 0 | 1000 | 100011100 | 1001010 | 1000110 |
Color Harmonies of #CE7BEB
Complementary color
Monochromatic Colors of #CE7BEB
Black with #CE7BEB
Text Example
Text Example
White with #CE7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BEB; }
p { color: rgb(206,123,235); }
H1.HeaderClassName
{
color: #CE7BEB;
}
.AnyTagClassName
{
color: #CE7BEB;
}
</style>
background-color css
<style>
a { background-color: #CE7BEB; }
a { background-color: rgb(206,123,235); }
div.DivClassName
{
background-color: #CE7BEB;
}
.BgClassName
{
background-color: #CE7BEB;
}
</style>
border-color css
<style>
span { border-color: #CE7BEB; }
span { border-color: rgb(206,123,235); }
td.TdClassName
{
border-color: #CE7BEB;
}
.TagClassName
{
border-color: #CE7BEB;
}
</style>