Shades of Heliotrope #CA87F9
Tints of Heliotrope #CA87F9
RGB
CMYK
RGB Variations
Color information
#CA87F9 (or 0xCA87F9) is known color: Heliotrope. HEX triplet: CA, 87 and F9. RGB value is (202,135,249). Sum of RGB (Red+Green+Blue) = 202+135+249=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87F9 is #357806. Grayscale: #A7A7A7. Windows color (decimal): -3504135 or 16353226. OLE color: 16353226.
HSL color Cylindrical-coordinate representation of color #CA87F9: hue angle of 275.26º degrees, saturation: 0.9, 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 #CA87F9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 135 | 249 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.02 |
| HSL | 275.26º | 0.9% | 0.75% | - |
| HSV(B) | 275.26º | 0.46% | 0.98% | - |
| XYZ | 50.12 | 36.72 | 94.07 | - |
| YUV | 168.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 249 | 0.19 | 0.46 | 0 | 0.02 | 275.26 | 0.9 | 0.75 |
| Hex | CA | 87 | F9 | 13 | 2E | 0 | 2 | 113 | 5A | 4B |
| Octal | 312 | 207 | 371 | 23 | 56 | 0 | 2 | 423 | 132 | 113 |
| Binary | 11001010 | 10000111 | 11111001 | 10011 | 101110 | 0 | 10 | 100010011 | 1011010 | 1001011 |
Color Harmonies of #CA87F9
Complementary color
Monochromatic Colors of #CA87F9
Black with #CA87F9
Text Example
Text Example
White with #CA87F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87F9; }
p { color: rgb(202,135,249); }
H1.HeaderClassName
{
color: #CA87F9;
}
.AnyTagClassName
{
color: #CA87F9;
}
</style>
background-color css
<style>
a { background-color: #CA87F9; }
a { background-color: rgb(202,135,249); }
div.DivClassName
{
background-color: #CA87F9;
}
.BgClassName
{
background-color: #CA87F9;
}
</style>
border-color css
<style>
span { border-color: #CA87F9; }
span { border-color: rgb(202,135,249); }
td.TdClassName
{
border-color: #CA87F9;
}
.TagClassName
{
border-color: #CA87F9;
}
</style>