Shades of Heliotrope #CA77EE
Tints of Heliotrope #CA77EE
RGB
CMYK
RGB Variations
Color information
#CA77EE (or 0xCA77EE) is known color: Heliotrope. HEX triplet: CA, 77 and EE. RGB value is (202,119,238). Sum of RGB (Red+Green+Blue) = 202+119+238=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77EE is #358811. Grayscale: #9C9C9C. Windows color (decimal): -3508242 or 15628234. OLE color: 15628234.
HSL color Cylindrical-coordinate representation of color #CA77EE: hue angle of 281.85º degrees, saturation: 0.78, 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 #CA77EE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 119 | 238 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.07 |
| HSL | 281.85º | 0.78% | 0.7% | - |
| HSV(B) | 281.85º | 0.5% | 0.93% | - |
| XYZ | 46.39 | 31.92 | 84.61 | - |
| YUV | 157.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 238 | 0.15 | 0.50 | 0 | 0.07 | 281.85 | 0.78 | 0.7 |
| Hex | CA | 77 | EE | F | 32 | 0 | 7 | 11A | 4E | 46 |
| Octal | 312 | 167 | 356 | 17 | 62 | 0 | 7 | 432 | 116 | 106 |
| Binary | 11001010 | 1110111 | 11101110 | 1111 | 110010 | 0 | 111 | 100011010 | 1001110 | 1000110 |
Color Harmonies of #CA77EE
Complementary color
Monochromatic Colors of #CA77EE
Black with #CA77EE
Text Example
Text Example
White with #CA77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77EE; }
p { color: rgb(202,119,238); }
H1.HeaderClassName
{
color: #CA77EE;
}
.AnyTagClassName
{
color: #CA77EE;
}
</style>
background-color css
<style>
a { background-color: #CA77EE; }
a { background-color: rgb(202,119,238); }
div.DivClassName
{
background-color: #CA77EE;
}
.BgClassName
{
background-color: #CA77EE;
}
</style>
border-color css
<style>
span { border-color: #CA77EE; }
span { border-color: rgb(202,119,238); }
td.TdClassName
{
border-color: #CA77EE;
}
.TagClassName
{
border-color: #CA77EE;
}
</style>