Shades of Heliotrope #CA89FF
Tints of Heliotrope #CA89FF
RGB
CMYK
RGB Variations
Color information
#CA89FF (or 0xCA89FF) is known color: Heliotrope. HEX triplet: CA, 89 and FF. RGB value is (202,137,255). Sum of RGB (Red+Green+Blue) = 202+137+255=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89FF is #357600. Grayscale: #A9A9A9. Windows color (decimal): -3503617 or 16746954. OLE color: 16746954.
HSL color Cylindrical-coordinate representation of color #CA89FF: hue angle of 273.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA89FF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 137 | 255 | - |
| CMYK | 0.21 | 0.46 | 0 | 0 |
| HSL | 273.05º | 1% | 0.77% | - |
| HSV(B) | 273.05º | 0.46% | 1% | - |
| XYZ | 51.35 | 37.67 | 99.17 | - |
| YUV | 169.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 255 | 0.21 | 0.46 | 0 | 0 | 273.05 | 1 | 0.77 |
| Hex | CA | 89 | FF | 15 | 2E | 0 | 0 | 111 | 64 | 4D |
| Octal | 312 | 211 | 377 | 25 | 56 | 0 | 0 | 421 | 144 | 115 |
| Binary | 11001010 | 10001001 | 11111111 | 10101 | 101110 | 0 | 0 | 100010001 | 1100100 | 1001101 |
Color Harmonies of #CA89FF
Complementary color
Monochromatic Colors of #CA89FF
Black with #CA89FF
Text Example
Text Example
White with #CA89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89FF; }
p { color: rgb(202,137,255); }
H1.HeaderClassName
{
color: #CA89FF;
}
.AnyTagClassName
{
color: #CA89FF;
}
</style>
background-color css
<style>
a { background-color: #CA89FF; }
a { background-color: rgb(202,137,255); }
div.DivClassName
{
background-color: #CA89FF;
}
.BgClassName
{
background-color: #CA89FF;
}
</style>
border-color css
<style>
span { border-color: #CA89FF; }
span { border-color: rgb(202,137,255); }
td.TdClassName
{
border-color: #CA89FF;
}
.TagClassName
{
border-color: #CA89FF;
}
</style>