Shades of Medium Orchid #CA56E0
Tints of Medium Orchid #CA56E0
RGB
CMYK
RGB Variations
Color information
#CA56E0 (or 0xCA56E0) is known color: Medium Orchid. HEX triplet: CA, 56 and E0. RGB value is (202,86,224). Sum of RGB (Red+Green+Blue) = 202+86+224=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA56E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56E0 is #35A91F. Grayscale: #878787. Windows color (decimal): -3516704 or 14702282. OLE color: 14702282.
HSL color Cylindrical-coordinate representation of color #CA56E0: hue angle of 290.43º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA56E0 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 86 | 224 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.12 |
| HSL | 290.43º | 0.69% | 0.61% | - |
| HSV(B) | 290.43º | 0.62% | 0.88% | - |
| XYZ | 41.14 | 24.59 | 73.1 | - |
| YUV | 136.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 224 | 0.10 | 0.62 | 0 | 0.12 | 290.43 | 0.69 | 0.61 |
| Hex | CA | 56 | E0 | A | 3E | 0 | C | 122 | 45 | 3D |
| Octal | 312 | 126 | 340 | 12 | 76 | 0 | 14 | 442 | 105 | 75 |
| Binary | 11001010 | 1010110 | 11100000 | 1010 | 111110 | 0 | 1100 | 100100010 | 1000101 | 111101 |
Color Harmonies of #CA56E0
Complementary color
Monochromatic Colors of #CA56E0
Black with #CA56E0
Text Example
Text Example
White with #CA56E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56E0; }
p { color: rgb(202,86,224); }
H1.HeaderClassName
{
color: #CA56E0;
}
.AnyTagClassName
{
color: #CA56E0;
}
</style>
background-color css
<style>
a { background-color: #CA56E0; }
a { background-color: rgb(202,86,224); }
div.DivClassName
{
background-color: #CA56E0;
}
.BgClassName
{
background-color: #CA56E0;
}
</style>
border-color css
<style>
span { border-color: #CA56E0; }
span { border-color: rgb(202,86,224); }
td.TdClassName
{
border-color: #CA56E0;
}
.TagClassName
{
border-color: #CA56E0;
}
</style>