Shades of Heliotrope #CA85FE
Tints of Heliotrope #CA85FE
RGB
CMYK
RGB Variations
Color information
#CA85FE (or 0xCA85FE) is known color: Heliotrope. HEX triplet: CA, 85 and FE. RGB value is (202,133,254). Sum of RGB (Red+Green+Blue) = 202+133+254=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FE is #357A01. Grayscale: #A7A7A7. Windows color (decimal): -3504642 or 16680394. OLE color: 16680394.
HSL color Cylindrical-coordinate representation of color #CA85FE: hue angle of 274.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA85FE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 133 | 254 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.00 |
| HSL | 274.21º | 0.98% | 0.76% | - |
| HSV(B) | 274.21º | 0.48% | 1% | - |
| XYZ | 50.63 | 36.49 | 98.14 | - |
| YUV | 167.43 | 176.86 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 254 | 0.20 | 0.48 | 0 | 0.00 | 274.21 | 0.98 | 0.76 |
| Hex | CA | 85 | FE | 14 | 30 | 0 | 0 | 112 | 62 | 4C |
| Octal | 312 | 205 | 376 | 24 | 60 | 0 | 0 | 422 | 142 | 114 |
| Binary | 11001010 | 10000101 | 11111110 | 10100 | 110000 | 0 | 0 | 100010010 | 1100010 | 1001100 |
Color Harmonies of #CA85FE
Complementary color
Monochromatic Colors of #CA85FE
Black with #CA85FE
Text Example
Text Example
White with #CA85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85FE; }
p { color: rgb(202,133,254); }
H1.HeaderClassName
{
color: #CA85FE;
}
.AnyTagClassName
{
color: #CA85FE;
}
</style>
background-color css
<style>
a { background-color: #CA85FE; }
a { background-color: rgb(202,133,254); }
div.DivClassName
{
background-color: #CA85FE;
}
.BgClassName
{
background-color: #CA85FE;
}
</style>
border-color css
<style>
span { border-color: #CA85FE; }
span { border-color: rgb(202,133,254); }
td.TdClassName
{
border-color: #CA85FE;
}
.TagClassName
{
border-color: #CA85FE;
}
</style>