Shades of Heliotrope #CA84FE
Tints of Heliotrope #CA84FE
RGB
CMYK
RGB Variations
Color information
#CA84FE (or 0xCA84FE) is known color: Heliotrope. HEX triplet: CA, 84 and FE. RGB value is (202,132,254). Sum of RGB (Red+Green+Blue) = 202+132+254=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FE is #357B01. Grayscale: #A6A6A6. Windows color (decimal): -3504898 or 16680138. OLE color: 16680138.
HSL color Cylindrical-coordinate representation of color #CA84FE: hue angle of 274.43º 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 #CA84FE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 132 | 254 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.00 |
| HSL | 274.43º | 0.98% | 0.76% | - |
| HSV(B) | 274.43º | 0.48% | 1% | - |
| XYZ | 50.5 | 36.21 | 98.09 | - |
| YUV | 166.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 254 | 0.20 | 0.48 | 0 | 0.00 | 274.43 | 0.98 | 0.76 |
| Hex | CA | 84 | FE | 14 | 30 | 0 | 0 | 112 | 62 | 4C |
| Octal | 312 | 204 | 376 | 24 | 60 | 0 | 0 | 422 | 142 | 114 |
| Binary | 11001010 | 10000100 | 11111110 | 10100 | 110000 | 0 | 0 | 100010010 | 1100010 | 1001100 |
Color Harmonies of #CA84FE
Complementary color
Monochromatic Colors of #CA84FE
Black with #CA84FE
Text Example
Text Example
White with #CA84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84FE; }
p { color: rgb(202,132,254); }
H1.HeaderClassName
{
color: #CA84FE;
}
.AnyTagClassName
{
color: #CA84FE;
}
</style>
background-color css
<style>
a { background-color: #CA84FE; }
a { background-color: rgb(202,132,254); }
div.DivClassName
{
background-color: #CA84FE;
}
.BgClassName
{
background-color: #CA84FE;
}
</style>
border-color css
<style>
span { border-color: #CA84FE; }
span { border-color: rgb(202,132,254); }
td.TdClassName
{
border-color: #CA84FE;
}
.TagClassName
{
border-color: #CA84FE;
}
</style>