Shades of Medium Orchid #CA56EC
Tints of Medium Orchid #CA56EC
RGB
CMYK
RGB Variations
Color information
#CA56EC (or 0xCA56EC) is known color: Medium Orchid. HEX triplet: CA, 56 and EC. RGB value is (202,86,236). Sum of RGB (Red+Green+Blue) = 202+86+236=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56EC is #35A913. Grayscale: #898989. Windows color (decimal): -3516692 or 15488714. OLE color: 15488714.
HSL color Cylindrical-coordinate representation of color #CA56EC: hue angle of 286.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA56EC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 86 | 236 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.07 |
| HSL | 286.4º | 0.8% | 0.63% | - |
| HSV(B) | 286.4º | 0.64% | 0.93% | - |
| XYZ | 42.83 | 25.27 | 81.98 | - |
| YUV | 137.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 236 | 0.14 | 0.64 | 0 | 0.07 | 286.4 | 0.8 | 0.63 |
| Hex | CA | 56 | EC | E | 40 | 0 | 7 | 11E | 50 | 3F |
| Octal | 312 | 126 | 354 | 16 | 100 | 0 | 7 | 436 | 120 | 77 |
| Binary | 11001010 | 1010110 | 11101100 | 1110 | 1000000 | 0 | 111 | 100011110 | 1010000 | 111111 |
Color Harmonies of #CA56EC
Complementary color
Monochromatic Colors of #CA56EC
Black with #CA56EC
Text Example
Text Example
White with #CA56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56EC; }
p { color: rgb(202,86,236); }
H1.HeaderClassName
{
color: #CA56EC;
}
.AnyTagClassName
{
color: #CA56EC;
}
</style>
background-color css
<style>
a { background-color: #CA56EC; }
a { background-color: rgb(202,86,236); }
div.DivClassName
{
background-color: #CA56EC;
}
.BgClassName
{
background-color: #CA56EC;
}
</style>
border-color css
<style>
span { border-color: #CA56EC; }
span { border-color: rgb(202,86,236); }
td.TdClassName
{
border-color: #CA56EC;
}
.TagClassName
{
border-color: #CA56EC;
}
</style>