Shades of Heliotrope #CB7EE6
Tints of Heliotrope #CB7EE6
RGB
CMYK
RGB Variations
Color information
#CB7EE6 (or 0xCB7EE6) is known color: Heliotrope. HEX triplet: CB, 7E and E6. RGB value is (203,126,230). Sum of RGB (Red+Green+Blue) = 203+126+230=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB7EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EE6 is #348119. Grayscale: #A0A0A0. Windows color (decimal): -3440922 or 15105739. OLE color: 15105739.
HSL color Cylindrical-coordinate representation of color #CB7EE6: hue angle of 284.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7EE6 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 126 | 230 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.10 |
| HSL | 284.42º | 0.68% | 0.7% | - |
| HSV(B) | 284.42º | 0.45% | 0.9% | - |
| XYZ | 46.37 | 33.33 | 78.85 | - |
| YUV | 160.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 230 | 0.12 | 0.45 | 0 | 0.10 | 284.42 | 0.68 | 0.7 |
| Hex | CB | 7E | E6 | C | 2D | 0 | A | 11C | 44 | 46 |
| Octal | 313 | 176 | 346 | 14 | 55 | 0 | 12 | 434 | 104 | 106 |
| Binary | 11001011 | 1111110 | 11100110 | 1100 | 101101 | 0 | 1010 | 100011100 | 1000100 | 1000110 |
Color Harmonies of #CB7EE6
Complementary color
Monochromatic Colors of #CB7EE6
Black with #CB7EE6
Text Example
Text Example
White with #CB7EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EE6; }
p { color: rgb(203,126,230); }
H1.HeaderClassName
{
color: #CB7EE6;
}
.AnyTagClassName
{
color: #CB7EE6;
}
</style>
background-color css
<style>
a { background-color: #CB7EE6; }
a { background-color: rgb(203,126,230); }
div.DivClassName
{
background-color: #CB7EE6;
}
.BgClassName
{
background-color: #CB7EE6;
}
</style>
border-color css
<style>
span { border-color: #CB7EE6; }
span { border-color: rgb(203,126,230); }
td.TdClassName
{
border-color: #CB7EE6;
}
.TagClassName
{
border-color: #CB7EE6;
}
</style>