Shades of Heliotrope #CA76ED
Tints of Heliotrope #CA76ED
RGB
CMYK
RGB Variations
Color information
#CA76ED (or 0xCA76ED) is known color: Heliotrope. HEX triplet: CA, 76 and ED. RGB value is (202,118,237). Sum of RGB (Red+Green+Blue) = 202+118+237=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76ED is #358912. Grayscale: #9C9C9C. Windows color (decimal): -3508499 or 15562442. OLE color: 15562442.
HSL color Cylindrical-coordinate representation of color #CA76ED: hue angle of 282.35º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA76ED is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 118 | 237 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.07 |
| HSL | 282.35º | 0.77% | 0.7% | - |
| HSV(B) | 282.35º | 0.5% | 0.93% | - |
| XYZ | 46.12 | 31.63 | 83.79 | - |
| YUV | 156.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 237 | 0.15 | 0.50 | 0 | 0.07 | 282.35 | 0.77 | 0.7 |
| Hex | CA | 76 | ED | F | 32 | 0 | 7 | 11A | 4D | 46 |
| Octal | 312 | 166 | 355 | 17 | 62 | 0 | 7 | 432 | 115 | 106 |
| Binary | 11001010 | 1110110 | 11101101 | 1111 | 110010 | 0 | 111 | 100011010 | 1001101 | 1000110 |
Color Harmonies of #CA76ED
Complementary color
Monochromatic Colors of #CA76ED
Black with #CA76ED
Text Example
Text Example
White with #CA76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76ED; }
p { color: rgb(202,118,237); }
H1.HeaderClassName
{
color: #CA76ED;
}
.AnyTagClassName
{
color: #CA76ED;
}
</style>
background-color css
<style>
a { background-color: #CA76ED; }
a { background-color: rgb(202,118,237); }
div.DivClassName
{
background-color: #CA76ED;
}
.BgClassName
{
background-color: #CA76ED;
}
</style>
border-color css
<style>
span { border-color: #CA76ED; }
span { border-color: rgb(202,118,237); }
td.TdClassName
{
border-color: #CA76ED;
}
.TagClassName
{
border-color: #CA76ED;
}
</style>