Shades of Heliotrope #CB73EA
Tints of Heliotrope #CB73EA
RGB
CMYK
RGB Variations
Color information
#CB73EA (or 0xCB73EA) is known color: Heliotrope. HEX triplet: CB, 73 and EA. RGB value is (203,115,234). Sum of RGB (Red+Green+Blue) = 203+115+234=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73EA is #348C15. Grayscale: #9A9A9A. Windows color (decimal): -3443734 or 15365067. OLE color: 15365067.
HSL color Cylindrical-coordinate representation of color #CB73EA: hue angle of 284.37º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB73EA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 115 | 234 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.08 |
| HSL | 284.37º | 0.74% | 0.68% | - |
| HSV(B) | 284.37º | 0.51% | 0.92% | - |
| XYZ | 45.61 | 30.9 | 81.4 | - |
| YUV | 154.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 234 | 0.13 | 0.51 | 0 | 0.08 | 284.37 | 0.74 | 0.68 |
| Hex | CB | 73 | EA | D | 33 | 0 | 8 | 11C | 4A | 44 |
| Octal | 313 | 163 | 352 | 15 | 63 | 0 | 10 | 434 | 112 | 104 |
| Binary | 11001011 | 1110011 | 11101010 | 1101 | 110011 | 0 | 1000 | 100011100 | 1001010 | 1000100 |
Color Harmonies of #CB73EA
Complementary color
Monochromatic Colors of #CB73EA
Black with #CB73EA
Text Example
Text Example
White with #CB73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73EA; }
p { color: rgb(203,115,234); }
H1.HeaderClassName
{
color: #CB73EA;
}
.AnyTagClassName
{
color: #CB73EA;
}
</style>
background-color css
<style>
a { background-color: #CB73EA; }
a { background-color: rgb(203,115,234); }
div.DivClassName
{
background-color: #CB73EA;
}
.BgClassName
{
background-color: #CB73EA;
}
</style>
border-color css
<style>
span { border-color: #CB73EA; }
span { border-color: rgb(203,115,234); }
td.TdClassName
{
border-color: #CB73EA;
}
.TagClassName
{
border-color: #CB73EA;
}
</style>