Shades of Heliotrope #CA76EB
Tints of Heliotrope #CA76EB
RGB
CMYK
RGB Variations
Color information
#CA76EB (or 0xCA76EB) is known color: Heliotrope. HEX triplet: CA, 76 and EB. RGB value is (202,118,235). Sum of RGB (Red+Green+Blue) = 202+118+235=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76EB is #358914. Grayscale: #9C9C9C. Windows color (decimal): -3508501 or 15431370. OLE color: 15431370.
HSL color Cylindrical-coordinate representation of color #CA76EB: hue angle of 283.08º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA76EB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 118 | 235 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.08 |
| HSL | 283.08º | 0.75% | 0.69% | - |
| HSV(B) | 283.08º | 0.5% | 0.92% | - |
| XYZ | 45.83 | 31.51 | 82.26 | - |
| YUV | 156.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 235 | 0.14 | 0.50 | 0 | 0.08 | 283.08 | 0.75 | 0.69 |
| Hex | CA | 76 | EB | E | 32 | 0 | 8 | 11B | 4B | 45 |
| Octal | 312 | 166 | 353 | 16 | 62 | 0 | 10 | 433 | 113 | 105 |
| Binary | 11001010 | 1110110 | 11101011 | 1110 | 110010 | 0 | 1000 | 100011011 | 1001011 | 1000101 |
Color Harmonies of #CA76EB
Complementary color
Monochromatic Colors of #CA76EB
Black with #CA76EB
Text Example
Text Example
White with #CA76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76EB; }
p { color: rgb(202,118,235); }
H1.HeaderClassName
{
color: #CA76EB;
}
.AnyTagClassName
{
color: #CA76EB;
}
</style>
background-color css
<style>
a { background-color: #CA76EB; }
a { background-color: rgb(202,118,235); }
div.DivClassName
{
background-color: #CA76EB;
}
.BgClassName
{
background-color: #CA76EB;
}
</style>
border-color css
<style>
span { border-color: #CA76EB; }
span { border-color: rgb(202,118,235); }
td.TdClassName
{
border-color: #CA76EB;
}
.TagClassName
{
border-color: #CA76EB;
}
</style>