Shades of Heliotrope #CA84FA
Tints of Heliotrope #CA84FA
RGB
CMYK
RGB Variations
Color information
#CA84FA (or 0xCA84FA) is known color: Heliotrope. HEX triplet: CA, 84 and FA. RGB value is (202,132,250). Sum of RGB (Red+Green+Blue) = 202+132+250=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FA is #357B05. Grayscale: #A5A5A5. Windows color (decimal): -3504902 or 16417994. OLE color: 16417994.
HSL color Cylindrical-coordinate representation of color #CA84FA: hue angle of 275.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA84FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 132 | 250 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 275.59º | 0.92% | 0.75% | - |
| HSV(B) | 275.59º | 0.47% | 0.98% | - |
| XYZ | 49.86 | 35.96 | 94.76 | - |
| YUV | 166.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 250 | 0.19 | 0.47 | 0 | 0.02 | 275.59 | 0.92 | 0.75 |
| Hex | CA | 84 | FA | 13 | 2F | 0 | 2 | 114 | 5C | 4B |
| Octal | 312 | 204 | 372 | 23 | 57 | 0 | 2 | 424 | 134 | 113 |
| Binary | 11001010 | 10000100 | 11111010 | 10011 | 101111 | 0 | 10 | 100010100 | 1011100 | 1001011 |
Color Harmonies of #CA84FA
Complementary color
Monochromatic Colors of #CA84FA
Black with #CA84FA
Text Example
Text Example
White with #CA84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84FA; }
p { color: rgb(202,132,250); }
H1.HeaderClassName
{
color: #CA84FA;
}
.AnyTagClassName
{
color: #CA84FA;
}
</style>
background-color css
<style>
a { background-color: #CA84FA; }
a { background-color: rgb(202,132,250); }
div.DivClassName
{
background-color: #CA84FA;
}
.BgClassName
{
background-color: #CA84FA;
}
</style>
border-color css
<style>
span { border-color: #CA84FA; }
span { border-color: rgb(202,132,250); }
td.TdClassName
{
border-color: #CA84FA;
}
.TagClassName
{
border-color: #CA84FA;
}
</style>