Shades of Heliotrope #CA73ED
Tints of Heliotrope #CA73ED
RGB
CMYK
RGB Variations
Color information
#CA73ED (or 0xCA73ED) is known color: Heliotrope. HEX triplet: CA, 73 and ED. RGB value is (202,115,237). Sum of RGB (Red+Green+Blue) = 202+115+237=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73ED is #358C12. Grayscale: #9A9A9A. Windows color (decimal): -3509267 or 15561674. OLE color: 15561674.
HSL color Cylindrical-coordinate representation of color #CA73ED: hue angle of 282.79º 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 #CA73ED is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 115 | 237 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.79º | 0.77% | 0.69% | - |
| HSV(B) | 282.79º | 0.51% | 0.93% | - |
| XYZ | 45.77 | 30.93 | 83.68 | - |
| YUV | 154.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 237 | 0.15 | 0.51 | 0 | 0.07 | 282.79 | 0.77 | 0.69 |
| Hex | CA | 73 | ED | F | 33 | 0 | 7 | 11B | 4D | 45 |
| Octal | 312 | 163 | 355 | 17 | 63 | 0 | 7 | 433 | 115 | 105 |
| Binary | 11001010 | 1110011 | 11101101 | 1111 | 110011 | 0 | 111 | 100011011 | 1001101 | 1000101 |
Color Harmonies of #CA73ED
Complementary color
Monochromatic Colors of #CA73ED
Black with #CA73ED
Text Example
Text Example
White with #CA73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73ED; }
p { color: rgb(202,115,237); }
H1.HeaderClassName
{
color: #CA73ED;
}
.AnyTagClassName
{
color: #CA73ED;
}
</style>
background-color css
<style>
a { background-color: #CA73ED; }
a { background-color: rgb(202,115,237); }
div.DivClassName
{
background-color: #CA73ED;
}
.BgClassName
{
background-color: #CA73ED;
}
</style>
border-color css
<style>
span { border-color: #CA73ED; }
span { border-color: rgb(202,115,237); }
td.TdClassName
{
border-color: #CA73ED;
}
.TagClassName
{
border-color: #CA73ED;
}
</style>