Shades of Heliotrope #CA86FF
Tints of Heliotrope #CA86FF
RGB
CMYK
RGB Variations
Color information
#CA86FF (or 0xCA86FF) is known color: Heliotrope. HEX triplet: CA, 86 and FF. RGB value is (202,134,255). Sum of RGB (Red+Green+Blue) = 202+134+255=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86FF is #357900. Grayscale: #A7A7A7. Windows color (decimal): -3504385 or 16746186. OLE color: 16746186.
HSL color Cylindrical-coordinate representation of color #CA86FF: hue angle of 273.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA86FF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 134 | 255 | - |
| CMYK | 0.21 | 0.47 | 0 | 0 |
| HSL | 273.72º | 1% | 0.76% | - |
| HSV(B) | 273.72º | 0.47% | 1% | - |
| XYZ | 50.93 | 36.83 | 99.03 | - |
| YUV | 168.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 255 | 0.21 | 0.47 | 0 | 0 | 273.72 | 1 | 0.76 |
| Hex | CA | 86 | FF | 15 | 2F | 0 | 0 | 112 | 64 | 4C |
| Octal | 312 | 206 | 377 | 25 | 57 | 0 | 0 | 422 | 144 | 114 |
| Binary | 11001010 | 10000110 | 11111111 | 10101 | 101111 | 0 | 0 | 100010010 | 1100100 | 1001100 |
Color Harmonies of #CA86FF
Complementary color
Monochromatic Colors of #CA86FF
Black with #CA86FF
Text Example
Text Example
White with #CA86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86FF; }
p { color: rgb(202,134,255); }
H1.HeaderClassName
{
color: #CA86FF;
}
.AnyTagClassName
{
color: #CA86FF;
}
</style>
background-color css
<style>
a { background-color: #CA86FF; }
a { background-color: rgb(202,134,255); }
div.DivClassName
{
background-color: #CA86FF;
}
.BgClassName
{
background-color: #CA86FF;
}
</style>
border-color css
<style>
span { border-color: #CA86FF; }
span { border-color: rgb(202,134,255); }
td.TdClassName
{
border-color: #CA86FF;
}
.TagClassName
{
border-color: #CA86FF;
}
</style>