Shades of Heliotrope #CB7EEC
Tints of Heliotrope #CB7EEC
RGB
CMYK
RGB Variations
Color information
#CB7EEC (or 0xCB7EEC) is known color: Heliotrope. HEX triplet: CB, 7E and EC. RGB value is (203,126,236). Sum of RGB (Red+Green+Blue) = 203+126+236=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EEC is #348113. Grayscale: #A1A1A1. Windows color (decimal): -3440916 or 15498955. OLE color: 15498955.
HSL color Cylindrical-coordinate representation of color #CB7EEC: hue angle of 282º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7EEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 126 | 236 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 282º | 0.74% | 0.71% | - |
| HSV(B) | 282º | 0.47% | 0.93% | - |
| XYZ | 47.23 | 33.67 | 83.37 | - |
| YUV | 161.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 236 | 0.14 | 0.47 | 0 | 0.07 | 282 | 0.74 | 0.71 |
| Hex | CB | 7E | EC | E | 2F | 0 | 7 | 11A | 4A | 47 |
| Octal | 313 | 176 | 354 | 16 | 57 | 0 | 7 | 432 | 112 | 107 |
| Binary | 11001011 | 1111110 | 11101100 | 1110 | 101111 | 0 | 111 | 100011010 | 1001010 | 1000111 |
Color Harmonies of #CB7EEC
Complementary color
Monochromatic Colors of #CB7EEC
Black with #CB7EEC
Text Example
Text Example
White with #CB7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EEC; }
p { color: rgb(203,126,236); }
H1.HeaderClassName
{
color: #CB7EEC;
}
.AnyTagClassName
{
color: #CB7EEC;
}
</style>
background-color css
<style>
a { background-color: #CB7EEC; }
a { background-color: rgb(203,126,236); }
div.DivClassName
{
background-color: #CB7EEC;
}
.BgClassName
{
background-color: #CB7EEC;
}
</style>
border-color css
<style>
span { border-color: #CB7EEC; }
span { border-color: rgb(203,126,236); }
td.TdClassName
{
border-color: #CB7EEC;
}
.TagClassName
{
border-color: #CB7EEC;
}
</style>