Shades of Heliotrope #CB4EFF
Tints of Heliotrope #CB4EFF
RGB
CMYK
RGB Variations
Color information
#CB4EFF (or 0xCB4EFF) is known color: Heliotrope. HEX triplet: CB, 4E and FF. RGB value is (203,78,255). Sum of RGB (Red+Green+Blue) = 203+78+255=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EFF is #34B100. Grayscale: #868686. Windows color (decimal): -3453185 or 16731851. OLE color: 16731851.
HSL color Cylindrical-coordinate representation of color #CB4EFF: hue angle of 282.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4EFF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 78 | 255 | - |
| CMYK | 0.20 | 0.69 | 0 | 0 |
| HSL | 282.37º | 1% | 0.65% | - |
| HSV(B) | 282.37º | 0.69% | 1% | - |
| XYZ | 45.4 | 25.37 | 97.11 | - |
| YUV | 135.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 255 | 0.20 | 0.69 | 0 | 0 | 282.37 | 1 | 0.65 |
| Hex | CB | 4E | FF | 14 | 45 | 0 | 0 | 11A | 64 | 41 |
| Octal | 313 | 116 | 377 | 24 | 105 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001011 | 1001110 | 11111111 | 10100 | 1000101 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #CB4EFF
Complementary color
Monochromatic Colors of #CB4EFF
Black with #CB4EFF
Text Example
Text Example
White with #CB4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EFF; }
p { color: rgb(203,78,255); }
H1.HeaderClassName
{
color: #CB4EFF;
}
.AnyTagClassName
{
color: #CB4EFF;
}
</style>
background-color css
<style>
a { background-color: #CB4EFF; }
a { background-color: rgb(203,78,255); }
div.DivClassName
{
background-color: #CB4EFF;
}
.BgClassName
{
background-color: #CB4EFF;
}
</style>
border-color css
<style>
span { border-color: #CB4EFF; }
span { border-color: rgb(203,78,255); }
td.TdClassName
{
border-color: #CB4EFF;
}
.TagClassName
{
border-color: #CB4EFF;
}
</style>