Shades of Heliotrope #CB73ED
Tints of Heliotrope #CB73ED
RGB
CMYK
RGB Variations
Color information
#CB73ED (or 0xCB73ED) is known color: Heliotrope. HEX triplet: CB, 73 and ED. RGB value is (203,115,237). Sum of RGB (Red+Green+Blue) = 203+115+237=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73ED is #348C12. Grayscale: #9A9A9A. Windows color (decimal): -3443731 or 15561675. OLE color: 15561675.
HSL color Cylindrical-coordinate representation of color #CB73ED: hue angle of 283.28º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB73ED is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 115 | 237 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.07 |
| HSL | 283.28º | 0.77% | 0.69% | - |
| HSV(B) | 283.28º | 0.51% | 0.93% | - |
| XYZ | 46.05 | 31.07 | 83.69 | - |
| YUV | 155.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 237 | 0.14 | 0.51 | 0 | 0.07 | 283.28 | 0.77 | 0.69 |
| Hex | CB | 73 | ED | E | 33 | 0 | 7 | 11B | 4D | 45 |
| Octal | 313 | 163 | 355 | 16 | 63 | 0 | 7 | 433 | 115 | 105 |
| Binary | 11001011 | 1110011 | 11101101 | 1110 | 110011 | 0 | 111 | 100011011 | 1001101 | 1000101 |
Color Harmonies of #CB73ED
Complementary color
Monochromatic Colors of #CB73ED
Black with #CB73ED
Text Example
Text Example
White with #CB73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73ED; }
p { color: rgb(203,115,237); }
H1.HeaderClassName
{
color: #CB73ED;
}
.AnyTagClassName
{
color: #CB73ED;
}
</style>
background-color css
<style>
a { background-color: #CB73ED; }
a { background-color: rgb(203,115,237); }
div.DivClassName
{
background-color: #CB73ED;
}
.BgClassName
{
background-color: #CB73ED;
}
</style>
border-color css
<style>
span { border-color: #CB73ED; }
span { border-color: rgb(203,115,237); }
td.TdClassName
{
border-color: #CB73ED;
}
.TagClassName
{
border-color: #CB73ED;
}
</style>