Shades of Heliotrope #CA86FA
Tints of Heliotrope #CA86FA
RGB
CMYK
RGB Variations
Color information
#CA86FA (or 0xCA86FA) is known color: Heliotrope. HEX triplet: CA, 86 and FA. RGB value is (202,134,250). Sum of RGB (Red+Green+Blue) = 202+134+250=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86FA is #357905. Grayscale: #A7A7A7. Windows color (decimal): -3504390 or 16418506. OLE color: 16418506.
HSL color Cylindrical-coordinate representation of color #CA86FA: hue angle of 275.17º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA86FA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 134 | 250 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.02 |
| HSL | 275.17º | 0.92% | 0.75% | - |
| HSV(B) | 275.17º | 0.46% | 0.98% | - |
| XYZ | 50.14 | 36.51 | 94.85 | - |
| YUV | 167.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 250 | 0.19 | 0.46 | 0 | 0.02 | 275.17 | 0.92 | 0.75 |
| Hex | CA | 86 | FA | 13 | 2E | 0 | 2 | 113 | 5C | 4B |
| Octal | 312 | 206 | 372 | 23 | 56 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001010 | 10000110 | 11111010 | 10011 | 101110 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #CA86FA
Complementary color
Monochromatic Colors of #CA86FA
Black with #CA86FA
Text Example
Text Example
White with #CA86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86FA; }
p { color: rgb(202,134,250); }
H1.HeaderClassName
{
color: #CA86FA;
}
.AnyTagClassName
{
color: #CA86FA;
}
</style>
background-color css
<style>
a { background-color: #CA86FA; }
a { background-color: rgb(202,134,250); }
div.DivClassName
{
background-color: #CA86FA;
}
.BgClassName
{
background-color: #CA86FA;
}
</style>
border-color css
<style>
span { border-color: #CA86FA; }
span { border-color: rgb(202,134,250); }
td.TdClassName
{
border-color: #CA86FA;
}
.TagClassName
{
border-color: #CA86FA;
}
</style>