Shades of Heliotrope #CB78E6
Tints of Heliotrope #CB78E6
RGB
CMYK
RGB Variations
Color information
#CB78E6 (or 0xCB78E6) is known color: Heliotrope. HEX triplet: CB, 78 and E6. RGB value is (203,120,230). Sum of RGB (Red+Green+Blue) = 203+120+230=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78E6 is #348719. Grayscale: #9D9D9D. Windows color (decimal): -3442458 or 15104203. OLE color: 15104203.
HSL color Cylindrical-coordinate representation of color #CB78E6: hue angle of 285.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB78E6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 120 | 230 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.10 |
| HSL | 285.27º | 0.69% | 0.69% | - |
| HSV(B) | 285.27º | 0.48% | 0.9% | - |
| XYZ | 45.63 | 31.84 | 78.6 | - |
| YUV | 157.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 230 | 0.12 | 0.48 | 0 | 0.10 | 285.27 | 0.69 | 0.69 |
| Hex | CB | 78 | E6 | C | 30 | 0 | A | 11D | 45 | 45 |
| Octal | 313 | 170 | 346 | 14 | 60 | 0 | 12 | 435 | 105 | 105 |
| Binary | 11001011 | 1111000 | 11100110 | 1100 | 110000 | 0 | 1010 | 100011101 | 1000101 | 1000101 |
Color Harmonies of #CB78E6
Complementary color
Monochromatic Colors of #CB78E6
Black with #CB78E6
Text Example
Text Example
White with #CB78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78E6; }
p { color: rgb(203,120,230); }
H1.HeaderClassName
{
color: #CB78E6;
}
.AnyTagClassName
{
color: #CB78E6;
}
</style>
background-color css
<style>
a { background-color: #CB78E6; }
a { background-color: rgb(203,120,230); }
div.DivClassName
{
background-color: #CB78E6;
}
.BgClassName
{
background-color: #CB78E6;
}
</style>
border-color css
<style>
span { border-color: #CB78E6; }
span { border-color: rgb(203,120,230); }
td.TdClassName
{
border-color: #CB78E6;
}
.TagClassName
{
border-color: #CB78E6;
}
</style>