Shades of Heliotrope #CB7DEC
Tints of Heliotrope #CB7DEC
RGB
CMYK
RGB Variations
Color information
#CB7DEC (or 0xCB7DEC) is known color: Heliotrope. HEX triplet: CB, 7D and EC. RGB value is (203,125,236). Sum of RGB (Red+Green+Blue) = 203+125+236=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DEC is #348213. Grayscale: #A0A0A0. Windows color (decimal): -3441172 or 15498699. OLE color: 15498699.
HSL color Cylindrical-coordinate representation of color #CB7DEC: hue angle of 282.16º 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 #CB7DEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 125 | 236 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.07 |
| HSL | 282.16º | 0.74% | 0.71% | - |
| HSV(B) | 282.16º | 0.47% | 0.93% | - |
| XYZ | 47.1 | 33.42 | 83.32 | - |
| YUV | 160.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 236 | 0.14 | 0.47 | 0 | 0.07 | 282.16 | 0.74 | 0.71 |
| Hex | CB | 7D | EC | E | 2F | 0 | 7 | 11A | 4A | 47 |
| Octal | 313 | 175 | 354 | 16 | 57 | 0 | 7 | 432 | 112 | 107 |
| Binary | 11001011 | 1111101 | 11101100 | 1110 | 101111 | 0 | 111 | 100011010 | 1001010 | 1000111 |
Color Harmonies of #CB7DEC
Complementary color
Monochromatic Colors of #CB7DEC
Black with #CB7DEC
Text Example
Text Example
White with #CB7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DEC; }
p { color: rgb(203,125,236); }
H1.HeaderClassName
{
color: #CB7DEC;
}
.AnyTagClassName
{
color: #CB7DEC;
}
</style>
background-color css
<style>
a { background-color: #CB7DEC; }
a { background-color: rgb(203,125,236); }
div.DivClassName
{
background-color: #CB7DEC;
}
.BgClassName
{
background-color: #CB7DEC;
}
</style>
border-color css
<style>
span { border-color: #CB7DEC; }
span { border-color: rgb(203,125,236); }
td.TdClassName
{
border-color: #CB7DEC;
}
.TagClassName
{
border-color: #CB7DEC;
}
</style>