Shades of Heliotrope #CA80FF
Tints of Heliotrope #CA80FF
RGB
CMYK
RGB Variations
Color information
#CA80FF (or 0xCA80FF) is known color: Heliotrope. HEX triplet: CA, 80 and FF. RGB value is (202,128,255). Sum of RGB (Red+Green+Blue) = 202+128+255=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FF is #357F00. Grayscale: #A4A4A4. Windows color (decimal): -3505921 or 16744650. OLE color: 16744650.
HSL color Cylindrical-coordinate representation of color #CA80FF: hue angle of 274.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA80FF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 128 | 255 | - |
| CMYK | 0.21 | 0.50 | 0 | 0 |
| HSL | 274.96º | 1% | 0.75% | - |
| HSV(B) | 274.96º | 0.5% | 1% | - |
| XYZ | 50.13 | 35.21 | 98.76 | - |
| YUV | 164.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 255 | 0.21 | 0.50 | 0 | 0 | 274.96 | 1 | 0.75 |
| Hex | CA | 80 | FF | 15 | 32 | 0 | 0 | 113 | 64 | 4B |
| Octal | 312 | 200 | 377 | 25 | 62 | 0 | 0 | 423 | 144 | 113 |
| Binary | 11001010 | 10000000 | 11111111 | 10101 | 110010 | 0 | 0 | 100010011 | 1100100 | 1001011 |
Color Harmonies of #CA80FF
Complementary color
Monochromatic Colors of #CA80FF
Black with #CA80FF
Text Example
Text Example
White with #CA80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80FF; }
p { color: rgb(202,128,255); }
H1.HeaderClassName
{
color: #CA80FF;
}
.AnyTagClassName
{
color: #CA80FF;
}
</style>
background-color css
<style>
a { background-color: #CA80FF; }
a { background-color: rgb(202,128,255); }
div.DivClassName
{
background-color: #CA80FF;
}
.BgClassName
{
background-color: #CA80FF;
}
</style>
border-color css
<style>
span { border-color: #CA80FF; }
span { border-color: rgb(202,128,255); }
td.TdClassName
{
border-color: #CA80FF;
}
.TagClassName
{
border-color: #CA80FF;
}
</style>