Shades of Heliotrope #CB73EE
Tints of Heliotrope #CB73EE
RGB
CMYK
RGB Variations
Color information
#CB73EE (or 0xCB73EE) is known color: Heliotrope. HEX triplet: CB, 73 and EE. RGB value is (203,115,238). Sum of RGB (Red+Green+Blue) = 203+115+238=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73EE is #348C11. Grayscale: #9A9A9A. Windows color (decimal): -3443730 or 15627211. OLE color: 15627211.
HSL color Cylindrical-coordinate representation of color #CB73EE: hue angle of 282.93º degrees, saturation: 0.78, 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 #CB73EE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 115 | 238 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.07 |
| HSL | 282.93º | 0.78% | 0.69% | - |
| HSV(B) | 282.93º | 0.52% | 0.93% | - |
| XYZ | 46.19 | 31.13 | 84.46 | - |
| YUV | 155.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 238 | 0.15 | 0.52 | 0 | 0.07 | 282.93 | 0.78 | 0.69 |
| Hex | CB | 73 | EE | F | 34 | 0 | 7 | 11B | 4E | 45 |
| Octal | 313 | 163 | 356 | 17 | 64 | 0 | 7 | 433 | 116 | 105 |
| Binary | 11001011 | 1110011 | 11101110 | 1111 | 110100 | 0 | 111 | 100011011 | 1001110 | 1000101 |
Color Harmonies of #CB73EE
Complementary color
Monochromatic Colors of #CB73EE
Black with #CB73EE
Text Example
Text Example
White with #CB73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73EE; }
p { color: rgb(203,115,238); }
H1.HeaderClassName
{
color: #CB73EE;
}
.AnyTagClassName
{
color: #CB73EE;
}
</style>
background-color css
<style>
a { background-color: #CB73EE; }
a { background-color: rgb(203,115,238); }
div.DivClassName
{
background-color: #CB73EE;
}
.BgClassName
{
background-color: #CB73EE;
}
</style>
border-color css
<style>
span { border-color: #CB73EE; }
span { border-color: rgb(203,115,238); }
td.TdClassName
{
border-color: #CB73EE;
}
.TagClassName
{
border-color: #CB73EE;
}
</style>