Shades of Heliotrope #CA81EC
Tints of Heliotrope #CA81EC
RGB
CMYK
RGB Variations
Color information
#CA81EC (or 0xCA81EC) is known color: Heliotrope. HEX triplet: CA, 81 and EC. RGB value is (202,129,236). Sum of RGB (Red+Green+Blue) = 202+129+236=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA81EC is #357E13. Grayscale: #A2A2A2. Windows color (decimal): -3505684 or 15499722. OLE color: 15499722.
HSL color Cylindrical-coordinate representation of color #CA81EC: hue angle of 280.93º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA81EC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 129 | 236 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.07 |
| HSL | 280.93º | 0.74% | 0.72% | - |
| HSV(B) | 280.93º | 0.45% | 0.93% | - |
| XYZ | 47.35 | 34.31 | 83.48 | - |
| YUV | 163.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 236 | 0.14 | 0.45 | 0 | 0.07 | 280.93 | 0.74 | 0.72 |
| Hex | CA | 81 | EC | E | 2D | 0 | 7 | 119 | 4A | 48 |
| Octal | 312 | 201 | 354 | 16 | 55 | 0 | 7 | 431 | 112 | 110 |
| Binary | 11001010 | 10000001 | 11101100 | 1110 | 101101 | 0 | 111 | 100011001 | 1001010 | 1001000 |
Color Harmonies of #CA81EC
Complementary color
Monochromatic Colors of #CA81EC
Black with #CA81EC
Text Example
Text Example
White with #CA81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA81EC; }
p { color: rgb(202,129,236); }
H1.HeaderClassName
{
color: #CA81EC;
}
.AnyTagClassName
{
color: #CA81EC;
}
</style>
background-color css
<style>
a { background-color: #CA81EC; }
a { background-color: rgb(202,129,236); }
div.DivClassName
{
background-color: #CA81EC;
}
.BgClassName
{
background-color: #CA81EC;
}
</style>
border-color css
<style>
span { border-color: #CA81EC; }
span { border-color: rgb(202,129,236); }
td.TdClassName
{
border-color: #CA81EC;
}
.TagClassName
{
border-color: #CA81EC;
}
</style>