Shades of Heliotrope #CB71ED
Tints of Heliotrope #CB71ED
RGB
CMYK
RGB Variations
Color information
#CB71ED (or 0xCB71ED) is known color: Heliotrope. HEX triplet: CB, 71 and ED. RGB value is (203,113,237). Sum of RGB (Red+Green+Blue) = 203+113+237=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71ED is #348E12. Grayscale: #999999. Windows color (decimal): -3444243 or 15561163. OLE color: 15561163.
HSL color Cylindrical-coordinate representation of color #CB71ED: hue angle of 283.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB71ED is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 113 | 237 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.55º | 0.78% | 0.69% | - |
| HSV(B) | 283.55º | 0.52% | 0.93% | - |
| XYZ | 45.82 | 30.62 | 83.62 | - |
| YUV | 154.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 237 | 0.14 | 0.52 | 0 | 0.07 | 283.55 | 0.78 | 0.69 |
| Hex | CB | 71 | ED | E | 34 | 0 | 7 | 11C | 4E | 45 |
| Octal | 313 | 161 | 355 | 16 | 64 | 0 | 7 | 434 | 116 | 105 |
| Binary | 11001011 | 1110001 | 11101101 | 1110 | 110100 | 0 | 111 | 100011100 | 1001110 | 1000101 |
Color Harmonies of #CB71ED
Complementary color
Monochromatic Colors of #CB71ED
Black with #CB71ED
Text Example
Text Example
White with #CB71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71ED; }
p { color: rgb(203,113,237); }
H1.HeaderClassName
{
color: #CB71ED;
}
.AnyTagClassName
{
color: #CB71ED;
}
</style>
background-color css
<style>
a { background-color: #CB71ED; }
a { background-color: rgb(203,113,237); }
div.DivClassName
{
background-color: #CB71ED;
}
.BgClassName
{
background-color: #CB71ED;
}
</style>
border-color css
<style>
span { border-color: #CB71ED; }
span { border-color: rgb(203,113,237); }
td.TdClassName
{
border-color: #CB71ED;
}
.TagClassName
{
border-color: #CB71ED;
}
</style>