Shades of Heliotrope #CB78FF
Tints of Heliotrope #CB78FF
RGB
CMYK
RGB Variations
Color information
#CB78FF (or 0xCB78FF) is known color: Heliotrope. HEX triplet: CB, 78 and FF. RGB value is (203,120,255). Sum of RGB (Red+Green+Blue) = 203+120+255=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78FF is #348700. Grayscale: #9F9F9F. Windows color (decimal): -3442433 or 16742603. OLE color: 16742603.
HSL color Cylindrical-coordinate representation of color #CB78FF: hue angle of 276.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB78FF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 120 | 255 | - |
| CMYK | 0.20 | 0.53 | 0 | 0 |
| HSL | 276.89º | 1% | 0.74% | - |
| HSV(B) | 276.89º | 0.53% | 1% | - |
| XYZ | 49.4 | 33.35 | 98.44 | - |
| YUV | 160.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 255 | 0.20 | 0.53 | 0 | 0 | 276.89 | 1 | 0.74 |
| Hex | CB | 78 | FF | 14 | 35 | 0 | 0 | 115 | 64 | 4A |
| Octal | 313 | 170 | 377 | 24 | 65 | 0 | 0 | 425 | 144 | 112 |
| Binary | 11001011 | 1111000 | 11111111 | 10100 | 110101 | 0 | 0 | 100010101 | 1100100 | 1001010 |
Color Harmonies of #CB78FF
Complementary color
Monochromatic Colors of #CB78FF
Black with #CB78FF
Text Example
Text Example
White with #CB78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78FF; }
p { color: rgb(203,120,255); }
H1.HeaderClassName
{
color: #CB78FF;
}
.AnyTagClassName
{
color: #CB78FF;
}
</style>
background-color css
<style>
a { background-color: #CB78FF; }
a { background-color: rgb(203,120,255); }
div.DivClassName
{
background-color: #CB78FF;
}
.BgClassName
{
background-color: #CB78FF;
}
</style>
border-color css
<style>
span { border-color: #CB78FF; }
span { border-color: rgb(203,120,255); }
td.TdClassName
{
border-color: #CB78FF;
}
.TagClassName
{
border-color: #CB78FF;
}
</style>