Shades of Heliotrope #CB78EE
Tints of Heliotrope #CB78EE
RGB
CMYK
RGB Variations
Color information
#CB78EE (or 0xCB78EE) is known color: Heliotrope. HEX triplet: CB, 78 and EE. RGB value is (203,120,238). Sum of RGB (Red+Green+Blue) = 203+120+238=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78EE is #348711. Grayscale: #9D9D9D. Windows color (decimal): -3442450 or 15628491. OLE color: 15628491.
HSL color Cylindrical-coordinate representation of color #CB78EE: hue angle of 282.2º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78EE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 120 | 238 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.07 |
| HSL | 282.2º | 0.78% | 0.7% | - |
| HSV(B) | 282.2º | 0.5% | 0.93% | - |
| XYZ | 46.78 | 32.3 | 84.66 | - |
| YUV | 158.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 238 | 0.15 | 0.50 | 0 | 0.07 | 282.2 | 0.78 | 0.7 |
| Hex | CB | 78 | EE | F | 32 | 0 | 7 | 11A | 4E | 46 |
| Octal | 313 | 170 | 356 | 17 | 62 | 0 | 7 | 432 | 116 | 106 |
| Binary | 11001011 | 1111000 | 11101110 | 1111 | 110010 | 0 | 111 | 100011010 | 1001110 | 1000110 |
Color Harmonies of #CB78EE
Complementary color
Monochromatic Colors of #CB78EE
Black with #CB78EE
Text Example
Text Example
White with #CB78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78EE; }
p { color: rgb(203,120,238); }
H1.HeaderClassName
{
color: #CB78EE;
}
.AnyTagClassName
{
color: #CB78EE;
}
</style>
background-color css
<style>
a { background-color: #CB78EE; }
a { background-color: rgb(203,120,238); }
div.DivClassName
{
background-color: #CB78EE;
}
.BgClassName
{
background-color: #CB78EE;
}
</style>
border-color css
<style>
span { border-color: #CB78EE; }
span { border-color: rgb(203,120,238); }
td.TdClassName
{
border-color: #CB78EE;
}
.TagClassName
{
border-color: #CB78EE;
}
</style>