Shades of Heliotrope #CA82EF
Tints of Heliotrope #CA82EF
RGB
CMYK
RGB Variations
Color information
#CA82EF (or 0xCA82EF) is known color: Heliotrope. HEX triplet: CA, 82 and EF. RGB value is (202,130,239). Sum of RGB (Red+Green+Blue) = 202+130+239=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82EF is #357D10. Grayscale: #A3A3A3. Windows color (decimal): -3505425 or 15696586. OLE color: 15696586.
HSL color Cylindrical-coordinate representation of color #CA82EF: hue angle of 279.63º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA82EF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 130 | 239 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 279.63º | 0.77% | 0.72% | - |
| HSV(B) | 279.63º | 0.46% | 0.94% | - |
| XYZ | 47.92 | 34.75 | 85.84 | - |
| YUV | 163.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 239 | 0.15 | 0.46 | 0 | 0.06 | 279.63 | 0.77 | 0.72 |
| Hex | CA | 82 | EF | F | 2E | 0 | 6 | 118 | 4D | 48 |
| Octal | 312 | 202 | 357 | 17 | 56 | 0 | 6 | 430 | 115 | 110 |
| Binary | 11001010 | 10000010 | 11101111 | 1111 | 101110 | 0 | 110 | 100011000 | 1001101 | 1001000 |
Color Harmonies of #CA82EF
Complementary color
Monochromatic Colors of #CA82EF
Black with #CA82EF
Text Example
Text Example
White with #CA82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82EF; }
p { color: rgb(202,130,239); }
H1.HeaderClassName
{
color: #CA82EF;
}
.AnyTagClassName
{
color: #CA82EF;
}
</style>
background-color css
<style>
a { background-color: #CA82EF; }
a { background-color: rgb(202,130,239); }
div.DivClassName
{
background-color: #CA82EF;
}
.BgClassName
{
background-color: #CA82EF;
}
</style>
border-color css
<style>
span { border-color: #CA82EF; }
span { border-color: rgb(202,130,239); }
td.TdClassName
{
border-color: #CA82EF;
}
.TagClassName
{
border-color: #CA82EF;
}
</style>