Shades of Heliotrope #CA56FF
Tints of Heliotrope #CA56FF
RGB
CMYK
RGB Variations
Color information
#CA56FF (or 0xCA56FF) is known color: Heliotrope. HEX triplet: CA, 56 and FF. RGB value is (202,86,255). Sum of RGB (Red+Green+Blue) = 202+86+255=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56FF is #35A900. Grayscale: #8B8B8B. Windows color (decimal): -3516673 or 16733898. OLE color: 16733898.
HSL color Cylindrical-coordinate representation of color #CA56FF: hue angle of 281.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA56FF is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 86 | 255 | - |
| CMYK | 0.21 | 0.66 | 0 | 0 |
| HSL | 281.18º | 1% | 0.67% | - |
| HSV(B) | 281.18º | 0.66% | 1% | - |
| XYZ | 45.73 | 26.43 | 97.3 | - |
| YUV | 139.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 255 | 0.21 | 0.66 | 0 | 0 | 281.18 | 1 | 0.67 |
| Hex | CA | 56 | FF | 15 | 42 | 0 | 0 | 119 | 64 | 43 |
| Octal | 312 | 126 | 377 | 25 | 102 | 0 | 0 | 431 | 144 | 103 |
| Binary | 11001010 | 1010110 | 11111111 | 10101 | 1000010 | 0 | 0 | 100011001 | 1100100 | 1000011 |
Color Harmonies of #CA56FF
Complementary color
Monochromatic Colors of #CA56FF
Black with #CA56FF
Text Example
Text Example
White with #CA56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56FF; }
p { color: rgb(202,86,255); }
H1.HeaderClassName
{
color: #CA56FF;
}
.AnyTagClassName
{
color: #CA56FF;
}
</style>
background-color css
<style>
a { background-color: #CA56FF; }
a { background-color: rgb(202,86,255); }
div.DivClassName
{
background-color: #CA56FF;
}
.BgClassName
{
background-color: #CA56FF;
}
</style>
border-color css
<style>
span { border-color: #CA56FF; }
span { border-color: rgb(202,86,255); }
td.TdClassName
{
border-color: #CA56FF;
}
.TagClassName
{
border-color: #CA56FF;
}
</style>