Shades of Heliotrope #CB77E7
Tints of Heliotrope #CB77E7
RGB
CMYK
RGB Variations
Color information
#CB77E7 (or 0xCB77E7) is known color: Heliotrope. HEX triplet: CB, 77 and E7. RGB value is (203,119,231). Sum of RGB (Red+Green+Blue) = 203+119+231=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB77E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77E7 is #348818. Grayscale: #9C9C9C. Windows color (decimal): -3442713 or 15169483. OLE color: 15169483.
HSL color Cylindrical-coordinate representation of color #CB77E7: hue angle of 285º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB77E7 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 119 | 231 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.09 |
| HSL | 285º | 0.7% | 0.69% | - |
| HSV(B) | 285º | 0.48% | 0.91% | - |
| XYZ | 45.65 | 31.66 | 79.31 | - |
| YUV | 156.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 231 | 0.12 | 0.48 | 0 | 0.09 | 285 | 0.7 | 0.69 |
| Hex | CB | 77 | E7 | C | 30 | 0 | 9 | 11D | 46 | 45 |
| Octal | 313 | 167 | 347 | 14 | 60 | 0 | 11 | 435 | 106 | 105 |
| Binary | 11001011 | 1110111 | 11100111 | 1100 | 110000 | 0 | 1001 | 100011101 | 1000110 | 1000101 |
Color Harmonies of #CB77E7
Complementary color
Monochromatic Colors of #CB77E7
Black with #CB77E7
Text Example
Text Example
White with #CB77E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB77E7; }
p { color: rgb(203,119,231); }
H1.HeaderClassName
{
color: #CB77E7;
}
.AnyTagClassName
{
color: #CB77E7;
}
</style>
background-color css
<style>
a { background-color: #CB77E7; }
a { background-color: rgb(203,119,231); }
div.DivClassName
{
background-color: #CB77E7;
}
.BgClassName
{
background-color: #CB77E7;
}
</style>
border-color css
<style>
span { border-color: #CB77E7; }
span { border-color: rgb(203,119,231); }
td.TdClassName
{
border-color: #CB77E7;
}
.TagClassName
{
border-color: #CB77E7;
}
</style>