Shades of Heliotrope #CA89FA
Tints of Heliotrope #CA89FA
RGB
CMYK
RGB Variations
Color information
#CA89FA (or 0xCA89FA) is known color: Heliotrope. HEX triplet: CA, 89 and FA. RGB value is (202,137,250). Sum of RGB (Red+Green+Blue) = 202+137+250=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89FA is #357605. Grayscale: #A8A8A8. Windows color (decimal): -3503622 or 16419274. OLE color: 16419274.
HSL color Cylindrical-coordinate representation of color #CA89FA: hue angle of 274.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA89FA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 137 | 250 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.02 |
| HSL | 274.51º | 0.92% | 0.76% | - |
| HSV(B) | 274.51º | 0.45% | 0.98% | - |
| XYZ | 50.56 | 37.35 | 94.99 | - |
| YUV | 169.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 250 | 0.19 | 0.45 | 0 | 0.02 | 274.51 | 0.92 | 0.76 |
| Hex | CA | 89 | FA | 13 | 2D | 0 | 2 | 113 | 5C | 4C |
| Octal | 312 | 211 | 372 | 23 | 55 | 0 | 2 | 423 | 134 | 114 |
| Binary | 11001010 | 10001001 | 11111010 | 10011 | 101101 | 0 | 10 | 100010011 | 1011100 | 1001100 |
Color Harmonies of #CA89FA
Complementary color
Monochromatic Colors of #CA89FA
Black with #CA89FA
Text Example
Text Example
White with #CA89FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89FA; }
p { color: rgb(202,137,250); }
H1.HeaderClassName
{
color: #CA89FA;
}
.AnyTagClassName
{
color: #CA89FA;
}
</style>
background-color css
<style>
a { background-color: #CA89FA; }
a { background-color: rgb(202,137,250); }
div.DivClassName
{
background-color: #CA89FA;
}
.BgClassName
{
background-color: #CA89FA;
}
</style>
border-color css
<style>
span { border-color: #CA89FA; }
span { border-color: rgb(202,137,250); }
td.TdClassName
{
border-color: #CA89FA;
}
.TagClassName
{
border-color: #CA89FA;
}
</style>