Shades of Heliotrope #CA76FF
Tints of Heliotrope #CA76FF
RGB
CMYK
RGB Variations
Color information
#CA76FF (or 0xCA76FF) is known color: Heliotrope. HEX triplet: CA, 76 and FF. RGB value is (202,118,255). Sum of RGB (Red+Green+Blue) = 202+118+255=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA76FF is #358900. Grayscale: #9E9E9E. Windows color (decimal): -3508481 or 16742090. OLE color: 16742090.
HSL color Cylindrical-coordinate representation of color #CA76FF: hue angle of 276.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA76FF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 118 | 255 | - |
| CMYK | 0.21 | 0.54 | 0 | 0 |
| HSL | 276.79º | 1% | 0.73% | - |
| HSV(B) | 276.79º | 0.54% | 1% | - |
| XYZ | 48.89 | 32.73 | 98.35 | - |
| YUV | 158.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 255 | 0.21 | 0.54 | 0 | 0 | 276.79 | 1 | 0.73 |
| Hex | CA | 76 | FF | 15 | 36 | 0 | 0 | 115 | 64 | 49 |
| Octal | 312 | 166 | 377 | 25 | 66 | 0 | 0 | 425 | 144 | 111 |
| Binary | 11001010 | 1110110 | 11111111 | 10101 | 110110 | 0 | 0 | 100010101 | 1100100 | 1001001 |
Color Harmonies of #CA76FF
Complementary color
Monochromatic Colors of #CA76FF
Black with #CA76FF
Text Example
Text Example
White with #CA76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76FF; }
p { color: rgb(202,118,255); }
H1.HeaderClassName
{
color: #CA76FF;
}
.AnyTagClassName
{
color: #CA76FF;
}
</style>
background-color css
<style>
a { background-color: #CA76FF; }
a { background-color: rgb(202,118,255); }
div.DivClassName
{
background-color: #CA76FF;
}
.BgClassName
{
background-color: #CA76FF;
}
</style>
border-color css
<style>
span { border-color: #CA76FF; }
span { border-color: rgb(202,118,255); }
td.TdClassName
{
border-color: #CA76FF;
}
.TagClassName
{
border-color: #CA76FF;
}
</style>