Shades of Heliotrope #CB7CEC
Tints of Heliotrope #CB7CEC
RGB
CMYK
RGB Variations
Color information
#CB7CEC (or 0xCB7CEC) is known color: Heliotrope. HEX triplet: CB, 7C and EC. RGB value is (203,124,236). Sum of RGB (Red+Green+Blue) = 203+124+236=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CEC is #348313. Grayscale: #A0A0A0. Windows color (decimal): -3441428 or 15498443. OLE color: 15498443.
HSL color Cylindrical-coordinate representation of color #CB7CEC: hue angle of 282.32º degrees, saturation: 0.75, 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 #CB7CEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 124 | 236 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 282.32º | 0.75% | 0.71% | - |
| HSV(B) | 282.32º | 0.47% | 0.93% | - |
| XYZ | 46.98 | 33.17 | 83.28 | - |
| YUV | 160.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 236 | 0.14 | 0.47 | 0 | 0.07 | 282.32 | 0.75 | 0.71 |
| Hex | CB | 7C | EC | E | 2F | 0 | 7 | 11A | 4B | 47 |
| Octal | 313 | 174 | 354 | 16 | 57 | 0 | 7 | 432 | 113 | 107 |
| Binary | 11001011 | 1111100 | 11101100 | 1110 | 101111 | 0 | 111 | 100011010 | 1001011 | 1000111 |
Color Harmonies of #CB7CEC
Complementary color
Monochromatic Colors of #CB7CEC
Black with #CB7CEC
Text Example
Text Example
White with #CB7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CEC; }
p { color: rgb(203,124,236); }
H1.HeaderClassName
{
color: #CB7CEC;
}
.AnyTagClassName
{
color: #CB7CEC;
}
</style>
background-color css
<style>
a { background-color: #CB7CEC; }
a { background-color: rgb(203,124,236); }
div.DivClassName
{
background-color: #CB7CEC;
}
.BgClassName
{
background-color: #CB7CEC;
}
</style>
border-color css
<style>
span { border-color: #CB7CEC; }
span { border-color: rgb(203,124,236); }
td.TdClassName
{
border-color: #CB7CEC;
}
.TagClassName
{
border-color: #CB7CEC;
}
</style>