Shades of Heliotrope #CA85FA
Tints of Heliotrope #CA85FA
RGB
CMYK
RGB Variations
Color information
#CA85FA (or 0xCA85FA) is known color: Heliotrope. HEX triplet: CA, 85 and FA. RGB value is (202,133,250). Sum of RGB (Red+Green+Blue) = 202+133+250=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FA is #357A05. Grayscale: #A6A6A6. Windows color (decimal): -3504646 or 16418250. OLE color: 16418250.
HSL color Cylindrical-coordinate representation of color #CA85FA: hue angle of 275.38º 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 #CA85FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 133 | 250 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 275.38º | 0.92% | 0.75% | - |
| HSV(B) | 275.38º | 0.47% | 0.98% | - |
| XYZ | 50 | 36.23 | 94.8 | - |
| YUV | 166.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 250 | 0.19 | 0.47 | 0 | 0.02 | 275.38 | 0.92 | 0.75 |
| Hex | CA | 85 | FA | 13 | 2F | 0 | 2 | 113 | 5C | 4B |
| Octal | 312 | 205 | 372 | 23 | 57 | 0 | 2 | 423 | 134 | 113 |
| Binary | 11001010 | 10000101 | 11111010 | 10011 | 101111 | 0 | 10 | 100010011 | 1011100 | 1001011 |
Color Harmonies of #CA85FA
Complementary color
Monochromatic Colors of #CA85FA
Black with #CA85FA
Text Example
Text Example
White with #CA85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85FA; }
p { color: rgb(202,133,250); }
H1.HeaderClassName
{
color: #CA85FA;
}
.AnyTagClassName
{
color: #CA85FA;
}
</style>
background-color css
<style>
a { background-color: #CA85FA; }
a { background-color: rgb(202,133,250); }
div.DivClassName
{
background-color: #CA85FA;
}
.BgClassName
{
background-color: #CA85FA;
}
</style>
border-color css
<style>
span { border-color: #CA85FA; }
span { border-color: rgb(202,133,250); }
td.TdClassName
{
border-color: #CA85FA;
}
.TagClassName
{
border-color: #CA85FA;
}
</style>