Shades of Heliotrope #CB7CE9
Tints of Heliotrope #CB7CE9
RGB
CMYK
RGB Variations
Color information
#CB7CE9 (or 0xCB7CE9) is known color: Heliotrope. HEX triplet: CB, 7C and E9. RGB value is (203,124,233). Sum of RGB (Red+Green+Blue) = 203+124+233=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CE9 is #348316. Grayscale: #9F9F9F. Windows color (decimal): -3441431 or 15301835. OLE color: 15301835.
HSL color Cylindrical-coordinate representation of color #CB7CE9: hue angle of 283.49º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7CE9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 124 | 233 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.09 |
| HSL | 283.49º | 0.71% | 0.7% | - |
| HSV(B) | 283.49º | 0.47% | 0.91% | - |
| XYZ | 46.54 | 33 | 81.01 | - |
| YUV | 160.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 233 | 0.13 | 0.47 | 0 | 0.09 | 283.49 | 0.71 | 0.7 |
| Hex | CB | 7C | E9 | D | 2F | 0 | 9 | 11B | 47 | 46 |
| Octal | 313 | 174 | 351 | 15 | 57 | 0 | 11 | 433 | 107 | 106 |
| Binary | 11001011 | 1111100 | 11101001 | 1101 | 101111 | 0 | 1001 | 100011011 | 1000111 | 1000110 |
Color Harmonies of #CB7CE9
Complementary color
Monochromatic Colors of #CB7CE9
Black with #CB7CE9
Text Example
Text Example
White with #CB7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CE9; }
p { color: rgb(203,124,233); }
H1.HeaderClassName
{
color: #CB7CE9;
}
.AnyTagClassName
{
color: #CB7CE9;
}
</style>
background-color css
<style>
a { background-color: #CB7CE9; }
a { background-color: rgb(203,124,233); }
div.DivClassName
{
background-color: #CB7CE9;
}
.BgClassName
{
background-color: #CB7CE9;
}
</style>
border-color css
<style>
span { border-color: #CB7CE9; }
span { border-color: rgb(203,124,233); }
td.TdClassName
{
border-color: #CB7CE9;
}
.TagClassName
{
border-color: #CB7CE9;
}
</style>