Shades of Heliotrope #CB76ED
Tints of Heliotrope #CB76ED
RGB
CMYK
RGB Variations
Color information
#CB76ED (or 0xCB76ED) is known color: Heliotrope. HEX triplet: CB, 76 and ED. RGB value is (203,118,237). Sum of RGB (Red+Green+Blue) = 203+118+237=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76ED is #348912. Grayscale: #9C9C9C. Windows color (decimal): -3442963 or 15562443. OLE color: 15562443.
HSL color Cylindrical-coordinate representation of color #CB76ED: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB76ED is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 118 | 237 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.07 |
| HSL | 282.86º | 0.77% | 0.7% | - |
| HSV(B) | 282.86º | 0.5% | 0.93% | - |
| XYZ | 46.39 | 31.77 | 83.81 | - |
| YUV | 156.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 237 | 0.14 | 0.50 | 0 | 0.07 | 282.86 | 0.77 | 0.7 |
| Hex | CB | 76 | ED | E | 32 | 0 | 7 | 11B | 4D | 46 |
| Octal | 313 | 166 | 355 | 16 | 62 | 0 | 7 | 433 | 115 | 106 |
| Binary | 11001011 | 1110110 | 11101101 | 1110 | 110010 | 0 | 111 | 100011011 | 1001101 | 1000110 |
Color Harmonies of #CB76ED
Complementary color
Monochromatic Colors of #CB76ED
Black with #CB76ED
Text Example
Text Example
White with #CB76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76ED; }
p { color: rgb(203,118,237); }
H1.HeaderClassName
{
color: #CB76ED;
}
.AnyTagClassName
{
color: #CB76ED;
}
</style>
background-color css
<style>
a { background-color: #CB76ED; }
a { background-color: rgb(203,118,237); }
div.DivClassName
{
background-color: #CB76ED;
}
.BgClassName
{
background-color: #CB76ED;
}
</style>
border-color css
<style>
span { border-color: #CB76ED; }
span { border-color: rgb(203,118,237); }
td.TdClassName
{
border-color: #CB76ED;
}
.TagClassName
{
border-color: #CB76ED;
}
</style>