Shades of Heliotrope #CA75ED
Tints of Heliotrope #CA75ED
RGB
CMYK
RGB Variations
Color information
#CA75ED (or 0xCA75ED) is known color: Heliotrope. HEX triplet: CA, 75 and ED. RGB value is (202,117,237). Sum of RGB (Red+Green+Blue) = 202+117+237=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75ED is #358A12. Grayscale: #9B9B9B. Windows color (decimal): -3508755 or 15562186. OLE color: 15562186.
HSL color Cylindrical-coordinate representation of color #CA75ED: hue angle of 282.5º 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 #CA75ED is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 117 | 237 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.07 |
| HSL | 282.5º | 0.77% | 0.69% | - |
| HSV(B) | 282.5º | 0.51% | 0.93% | - |
| XYZ | 46 | 31.39 | 83.76 | - |
| YUV | 156.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 237 | 0.15 | 0.51 | 0 | 0.07 | 282.5 | 0.77 | 0.69 |
| Hex | CA | 75 | ED | F | 33 | 0 | 7 | 11A | 4D | 45 |
| Octal | 312 | 165 | 355 | 17 | 63 | 0 | 7 | 432 | 115 | 105 |
| Binary | 11001010 | 1110101 | 11101101 | 1111 | 110011 | 0 | 111 | 100011010 | 1001101 | 1000101 |
Color Harmonies of #CA75ED
Complementary color
Monochromatic Colors of #CA75ED
Black with #CA75ED
Text Example
Text Example
White with #CA75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75ED; }
p { color: rgb(202,117,237); }
H1.HeaderClassName
{
color: #CA75ED;
}
.AnyTagClassName
{
color: #CA75ED;
}
</style>
background-color css
<style>
a { background-color: #CA75ED; }
a { background-color: rgb(202,117,237); }
div.DivClassName
{
background-color: #CA75ED;
}
.BgClassName
{
background-color: #CA75ED;
}
</style>
border-color css
<style>
span { border-color: #CA75ED; }
span { border-color: rgb(202,117,237); }
td.TdClassName
{
border-color: #CA75ED;
}
.TagClassName
{
border-color: #CA75ED;
}
</style>