Shades of Heliotrope #CA85FF
Tints of Heliotrope #CA85FF
RGB
CMYK
RGB Variations
Color information
#CA85FF (or 0xCA85FF) is known color: Heliotrope. HEX triplet: CA, 85 and FF. RGB value is (202,133,255). Sum of RGB (Red+Green+Blue) = 202+133+255=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FF is #357A00. Grayscale: #A7A7A7. Windows color (decimal): -3504641 or 16745930. OLE color: 16745930.
HSL color Cylindrical-coordinate representation of color #CA85FF: hue angle of 273.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA85FF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 133 | 255 | - |
| CMYK | 0.21 | 0.48 | 0 | 0 |
| HSL | 273.93º | 1% | 0.76% | - |
| HSV(B) | 273.93º | 0.48% | 1% | - |
| XYZ | 50.79 | 36.55 | 98.99 | - |
| YUV | 167.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 255 | 0.21 | 0.48 | 0 | 0 | 273.93 | 1 | 0.76 |
| Hex | CA | 85 | FF | 15 | 30 | 0 | 0 | 112 | 64 | 4C |
| Octal | 312 | 205 | 377 | 25 | 60 | 0 | 0 | 422 | 144 | 114 |
| Binary | 11001010 | 10000101 | 11111111 | 10101 | 110000 | 0 | 0 | 100010010 | 1100100 | 1001100 |
Color Harmonies of #CA85FF
Complementary color
Monochromatic Colors of #CA85FF
Black with #CA85FF
Text Example
Text Example
White with #CA85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85FF; }
p { color: rgb(202,133,255); }
H1.HeaderClassName
{
color: #CA85FF;
}
.AnyTagClassName
{
color: #CA85FF;
}
</style>
background-color css
<style>
a { background-color: #CA85FF; }
a { background-color: rgb(202,133,255); }
div.DivClassName
{
background-color: #CA85FF;
}
.BgClassName
{
background-color: #CA85FF;
}
</style>
border-color css
<style>
span { border-color: #CA85FF; }
span { border-color: rgb(202,133,255); }
td.TdClassName
{
border-color: #CA85FF;
}
.TagClassName
{
border-color: #CA85FF;
}
</style>