Shades of Heliotrope #CA4FFA
Tints of Heliotrope #CA4FFA
RGB
CMYK
RGB Variations
Color information
#CA4FFA (or 0xCA4FFA) is known color: Heliotrope. HEX triplet: CA, 4F and FA. RGB value is (202,79,250). Sum of RGB (Red+Green+Blue) = 202+79+250=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FFA is #35B005. Grayscale: #868686. Windows color (decimal): -3518470 or 16404426. OLE color: 16404426.
HSL color Cylindrical-coordinate representation of color #CA4FFA: hue angle of 283.16º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4FFA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 79 | 250 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.02 |
| HSL | 283.16º | 0.94% | 0.65% | - |
| HSV(B) | 283.16º | 0.68% | 0.98% | - |
| XYZ | 44.41 | 25.05 | 92.94 | - |
| YUV | 135.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 250 | 0.19 | 0.68 | 0 | 0.02 | 283.16 | 0.94 | 0.65 |
| Hex | CA | 4F | FA | 13 | 44 | 0 | 2 | 11B | 5E | 41 |
| Octal | 312 | 117 | 372 | 23 | 104 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001010 | 1001111 | 11111010 | 10011 | 1000100 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CA4FFA
Complementary color
Monochromatic Colors of #CA4FFA
Black with #CA4FFA
Text Example
Text Example
White with #CA4FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FFA; }
p { color: rgb(202,79,250); }
H1.HeaderClassName
{
color: #CA4FFA;
}
.AnyTagClassName
{
color: #CA4FFA;
}
</style>
background-color css
<style>
a { background-color: #CA4FFA; }
a { background-color: rgb(202,79,250); }
div.DivClassName
{
background-color: #CA4FFA;
}
.BgClassName
{
background-color: #CA4FFA;
}
</style>
border-color css
<style>
span { border-color: #CA4FFA; }
span { border-color: rgb(202,79,250); }
td.TdClassName
{
border-color: #CA4FFA;
}
.TagClassName
{
border-color: #CA4FFA;
}
</style>