Shades of Medium Orchid #CA2EE1
Tints of Medium Orchid #CA2EE1
RGB
CMYK
RGB Variations
Color information
#CA2EE1 (or 0xCA2EE1) is known color: Medium Orchid. HEX triplet: CA, 2E and E1. RGB value is (202,46,225). Sum of RGB (Red+Green+Blue) = 202+46+225=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EE1 is #35D11E. Grayscale: #707070. Windows color (decimal): -3526943 or 14757578. OLE color: 14757578.
HSL color Cylindrical-coordinate representation of color #CA2EE1: hue angle of 292.29º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2EE1 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 46 | 225 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.12 |
| HSL | 292.29º | 0.75% | 0.53% | - |
| HSV(B) | 292.29º | 0.8% | 0.88% | - |
| XYZ | 38.92 | 19.95 | 73.03 | - |
| YUV | 113.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 225 | 0.10 | 0.80 | 0 | 0.12 | 292.29 | 0.75 | 0.53 |
| Hex | CA | 2E | E1 | A | 50 | 0 | C | 124 | 4B | 35 |
| Octal | 312 | 56 | 341 | 12 | 120 | 0 | 14 | 444 | 113 | 65 |
| Binary | 11001010 | 101110 | 11100001 | 1010 | 1010000 | 0 | 1100 | 100100100 | 1001011 | 110101 |
Color Harmonies of #CA2EE1
Complementary color
Monochromatic Colors of #CA2EE1
Black with #CA2EE1
Text Example
Text Example
White with #CA2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EE1; }
p { color: rgb(202,46,225); }
H1.HeaderClassName
{
color: #CA2EE1;
}
.AnyTagClassName
{
color: #CA2EE1;
}
</style>
background-color css
<style>
a { background-color: #CA2EE1; }
a { background-color: rgb(202,46,225); }
div.DivClassName
{
background-color: #CA2EE1;
}
.BgClassName
{
background-color: #CA2EE1;
}
</style>
border-color css
<style>
span { border-color: #CA2EE1; }
span { border-color: rgb(202,46,225); }
td.TdClassName
{
border-color: #CA2EE1;
}
.TagClassName
{
border-color: #CA2EE1;
}
</style>