Shades of Heliotrope #CB7BEB
Tints of Heliotrope #CB7BEB
RGB
CMYK
RGB Variations
Color information
#CB7BEB (or 0xCB7BEB) is known color: Heliotrope. HEX triplet: CB, 7B and EB. RGB value is (203,123,235). Sum of RGB (Red+Green+Blue) = 203+123+235=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BEB is #348414. Grayscale: #9F9F9F. Windows color (decimal): -3441685 or 15432651. OLE color: 15432651.
HSL color Cylindrical-coordinate representation of color #CB7BEB: hue angle of 282.86º 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 #CB7BEB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 123 | 235 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.08 |
| HSL | 282.86º | 0.74% | 0.7% | - |
| HSV(B) | 282.86º | 0.48% | 0.92% | - |
| XYZ | 46.71 | 32.86 | 82.48 | - |
| YUV | 159.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 235 | 0.14 | 0.48 | 0 | 0.08 | 282.86 | 0.74 | 0.7 |
| Hex | CB | 7B | EB | E | 30 | 0 | 8 | 11B | 4A | 46 |
| Octal | 313 | 173 | 353 | 16 | 60 | 0 | 10 | 433 | 112 | 106 |
| Binary | 11001011 | 1111011 | 11101011 | 1110 | 110000 | 0 | 1000 | 100011011 | 1001010 | 1000110 |
Color Harmonies of #CB7BEB
Complementary color
Monochromatic Colors of #CB7BEB
Black with #CB7BEB
Text Example
Text Example
White with #CB7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BEB; }
p { color: rgb(203,123,235); }
H1.HeaderClassName
{
color: #CB7BEB;
}
.AnyTagClassName
{
color: #CB7BEB;
}
</style>
background-color css
<style>
a { background-color: #CB7BEB; }
a { background-color: rgb(203,123,235); }
div.DivClassName
{
background-color: #CB7BEB;
}
.BgClassName
{
background-color: #CB7BEB;
}
</style>
border-color css
<style>
span { border-color: #CB7BEB; }
span { border-color: rgb(203,123,235); }
td.TdClassName
{
border-color: #CB7BEB;
}
.TagClassName
{
border-color: #CB7BEB;
}
</style>