Shades of Heliotrope #CA4CFF
Tints of Heliotrope #CA4CFF
RGB
CMYK
RGB Variations
Color information
#CA4CFF (or 0xCA4CFF) is known color: Heliotrope. HEX triplet: CA, 4C and FF. RGB value is (202,76,255). Sum of RGB (Red+Green+Blue) = 202+76+255=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CFF is #35B300. Grayscale: #858585. Windows color (decimal): -3519233 or 16731338. OLE color: 16731338.
HSL color Cylindrical-coordinate representation of color #CA4CFF: hue angle of 282.23º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA4CFF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 76 | 255 | - |
| CMYK | 0.21 | 0.70 | 0 | 0 |
| HSL | 282.23º | 1% | 0.65% | - |
| HSV(B) | 282.23º | 0.7% | 1% | - |
| XYZ | 44.99 | 24.95 | 97.05 | - |
| YUV | 134.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 255 | 0.21 | 0.70 | 0 | 0 | 282.23 | 1 | 0.65 |
| Hex | CA | 4C | FF | 15 | 46 | 0 | 0 | 11A | 64 | 41 |
| Octal | 312 | 114 | 377 | 25 | 106 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001010 | 1001100 | 11111111 | 10101 | 1000110 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #CA4CFF
Complementary color
Monochromatic Colors of #CA4CFF
Black with #CA4CFF
Text Example
Text Example
White with #CA4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CFF; }
p { color: rgb(202,76,255); }
H1.HeaderClassName
{
color: #CA4CFF;
}
.AnyTagClassName
{
color: #CA4CFF;
}
</style>
background-color css
<style>
a { background-color: #CA4CFF; }
a { background-color: rgb(202,76,255); }
div.DivClassName
{
background-color: #CA4CFF;
}
.BgClassName
{
background-color: #CA4CFF;
}
</style>
border-color css
<style>
span { border-color: #CA4CFF; }
span { border-color: rgb(202,76,255); }
td.TdClassName
{
border-color: #CA4CFF;
}
.TagClassName
{
border-color: #CA4CFF;
}
</style>