Shades of Heliotrope #CB80E8
Tints of Heliotrope #CB80E8
RGB
CMYK
RGB Variations
Color information
#CB80E8 (or 0xCB80E8) is known color: Heliotrope. HEX triplet: CB, 80 and E8. RGB value is (203,128,232). Sum of RGB (Red+Green+Blue) = 203+128+232=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB80E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80E8 is #347F17. Grayscale: #A1A1A1. Windows color (decimal): -3440408 or 15237323. OLE color: 15237323.
HSL color Cylindrical-coordinate representation of color #CB80E8: hue angle of 283.27º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB80E8 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 128 | 232 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.09 |
| HSL | 283.27º | 0.69% | 0.71% | - |
| HSV(B) | 283.27º | 0.45% | 0.91% | - |
| XYZ | 46.91 | 33.96 | 80.43 | - |
| YUV | 162.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 232 | 0.12 | 0.45 | 0 | 0.09 | 283.27 | 0.69 | 0.71 |
| Hex | CB | 80 | E8 | C | 2D | 0 | 9 | 11B | 45 | 47 |
| Octal | 313 | 200 | 350 | 14 | 55 | 0 | 11 | 433 | 105 | 107 |
| Binary | 11001011 | 10000000 | 11101000 | 1100 | 101101 | 0 | 1001 | 100011011 | 1000101 | 1000111 |
Color Harmonies of #CB80E8
Complementary color
Monochromatic Colors of #CB80E8
Black with #CB80E8
Text Example
Text Example
White with #CB80E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80E8; }
p { color: rgb(203,128,232); }
H1.HeaderClassName
{
color: #CB80E8;
}
.AnyTagClassName
{
color: #CB80E8;
}
</style>
background-color css
<style>
a { background-color: #CB80E8; }
a { background-color: rgb(203,128,232); }
div.DivClassName
{
background-color: #CB80E8;
}
.BgClassName
{
background-color: #CB80E8;
}
</style>
border-color css
<style>
span { border-color: #CB80E8; }
span { border-color: rgb(203,128,232); }
td.TdClassName
{
border-color: #CB80E8;
}
.TagClassName
{
border-color: #CB80E8;
}
</style>