Shades of Heliotrope #CB7CEB
Tints of Heliotrope #CB7CEB
RGB
CMYK
RGB Variations
Color information
#CB7CEB (or 0xCB7CEB) is known color: Heliotrope. HEX triplet: CB, 7C and EB. RGB value is (203,124,235). Sum of RGB (Red+Green+Blue) = 203+124+235=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CEB is #348314. Grayscale: #9F9F9F. Windows color (decimal): -3441429 or 15432907. OLE color: 15432907.
HSL color Cylindrical-coordinate representation of color #CB7CEB: hue angle of 282.7º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7CEB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 124 | 235 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.08 |
| HSL | 282.7º | 0.74% | 0.7% | - |
| HSV(B) | 282.7º | 0.47% | 0.92% | - |
| XYZ | 46.83 | 33.11 | 82.52 | - |
| YUV | 160.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 235 | 0.14 | 0.47 | 0 | 0.08 | 282.7 | 0.74 | 0.7 |
| Hex | CB | 7C | EB | E | 2F | 0 | 8 | 11B | 4A | 46 |
| Octal | 313 | 174 | 353 | 16 | 57 | 0 | 10 | 433 | 112 | 106 |
| Binary | 11001011 | 1111100 | 11101011 | 1110 | 101111 | 0 | 1000 | 100011011 | 1001010 | 1000110 |
Color Harmonies of #CB7CEB
Complementary color
Monochromatic Colors of #CB7CEB
Black with #CB7CEB
Text Example
Text Example
White with #CB7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CEB; }
p { color: rgb(203,124,235); }
H1.HeaderClassName
{
color: #CB7CEB;
}
.AnyTagClassName
{
color: #CB7CEB;
}
</style>
background-color css
<style>
a { background-color: #CB7CEB; }
a { background-color: rgb(203,124,235); }
div.DivClassName
{
background-color: #CB7CEB;
}
.BgClassName
{
background-color: #CB7CEB;
}
</style>
border-color css
<style>
span { border-color: #CB7CEB; }
span { border-color: rgb(203,124,235); }
td.TdClassName
{
border-color: #CB7CEB;
}
.TagClassName
{
border-color: #CB7CEB;
}
</style>