Shades of Heliotrope #CB71EC
Tints of Heliotrope #CB71EC
RGB
CMYK
RGB Variations
Color information
#CB71EC (or 0xCB71EC) is known color: Heliotrope. HEX triplet: CB, 71 and EC. RGB value is (203,113,236). Sum of RGB (Red+Green+Blue) = 203+113+236=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71EC is #348E13. Grayscale: #999999. Windows color (decimal): -3444244 or 15495627. OLE color: 15495627.
HSL color Cylindrical-coordinate representation of color #CB71EC: hue angle of 283.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB71EC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 113 | 236 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.9º | 0.76% | 0.68% | - |
| HSV(B) | 283.9º | 0.52% | 0.93% | - |
| XYZ | 45.67 | 30.56 | 82.85 | - |
| YUV | 153.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 236 | 0.14 | 0.52 | 0 | 0.07 | 283.9 | 0.76 | 0.68 |
| Hex | CB | 71 | EC | E | 34 | 0 | 7 | 11C | 4C | 44 |
| Octal | 313 | 161 | 354 | 16 | 64 | 0 | 7 | 434 | 114 | 104 |
| Binary | 11001011 | 1110001 | 11101100 | 1110 | 110100 | 0 | 111 | 100011100 | 1001100 | 1000100 |
Color Harmonies of #CB71EC
Complementary color
Monochromatic Colors of #CB71EC
Black with #CB71EC
Text Example
Text Example
White with #CB71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71EC; }
p { color: rgb(203,113,236); }
H1.HeaderClassName
{
color: #CB71EC;
}
.AnyTagClassName
{
color: #CB71EC;
}
</style>
background-color css
<style>
a { background-color: #CB71EC; }
a { background-color: rgb(203,113,236); }
div.DivClassName
{
background-color: #CB71EC;
}
.BgClassName
{
background-color: #CB71EC;
}
</style>
border-color css
<style>
span { border-color: #CB71EC; }
span { border-color: rgb(203,113,236); }
td.TdClassName
{
border-color: #CB71EC;
}
.TagClassName
{
border-color: #CB71EC;
}
</style>