Shades of Medium Orchid #CA56D9
Tints of Medium Orchid #CA56D9
RGB
CMYK
RGB Variations
Color information
#CA56D9 (or 0xCA56D9) is known color: Medium Orchid. HEX triplet: CA, 56 and D9. RGB value is (202,86,217). Sum of RGB (Red+Green+Blue) = 202+86+217=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA56D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56D9 is #35A926. Grayscale: #878787. Windows color (decimal): -3516711 or 14243530. OLE color: 14243530.
HSL color Cylindrical-coordinate representation of color #CA56D9: hue angle of 293.13º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA56D9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 86 | 217 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.15 |
| HSL | 293.13º | 0.63% | 0.59% | - |
| HSV(B) | 293.13º | 0.6% | 0.85% | - |
| XYZ | 40.21 | 24.22 | 68.2 | - |
| YUV | 135.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 217 | 0.07 | 0.60 | 0 | 0.15 | 293.13 | 0.63 | 0.59 |
| Hex | CA | 56 | D9 | 7 | 3C | 0 | F | 125 | 3F | 3B |
| Octal | 312 | 126 | 331 | 7 | 74 | 0 | 17 | 445 | 77 | 73 |
| Binary | 11001010 | 1010110 | 11011001 | 111 | 111100 | 0 | 1111 | 100100101 | 111111 | 111011 |
Color Harmonies of #CA56D9
Complementary color
Monochromatic Colors of #CA56D9
Black with #CA56D9
Text Example
Text Example
White with #CA56D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56D9; }
p { color: rgb(202,86,217); }
H1.HeaderClassName
{
color: #CA56D9;
}
.AnyTagClassName
{
color: #CA56D9;
}
</style>
background-color css
<style>
a { background-color: #CA56D9; }
a { background-color: rgb(202,86,217); }
div.DivClassName
{
background-color: #CA56D9;
}
.BgClassName
{
background-color: #CA56D9;
}
</style>
border-color css
<style>
span { border-color: #CA56D9; }
span { border-color: rgb(202,86,217); }
td.TdClassName
{
border-color: #CA56D9;
}
.TagClassName
{
border-color: #CA56D9;
}
</style>