Shades of Medium Orchid #CA2DE2
Tints of Medium Orchid #CA2DE2
RGB
CMYK
RGB Variations
Color information
#CA2DE2 (or 0xCA2DE2) is known color: Medium Orchid. HEX triplet: CA, 2D and E2. RGB value is (202,45,226). Sum of RGB (Red+Green+Blue) = 202+45+226=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA2DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DE2 is #35D21D. Grayscale: #707070. Windows color (decimal): -3527198 or 14822858. OLE color: 14822858.
HSL color Cylindrical-coordinate representation of color #CA2DE2: hue angle of 292.04º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2DE2 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 45 | 226 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.11 |
| HSL | 292.04º | 0.76% | 0.53% | - |
| HSV(B) | 292.04º | 0.8% | 0.89% | - |
| XYZ | 39.02 | 19.92 | 73.74 | - |
| YUV | 112.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 226 | 0.11 | 0.80 | 0 | 0.11 | 292.04 | 0.76 | 0.53 |
| Hex | CA | 2D | E2 | B | 50 | 0 | B | 124 | 4C | 35 |
| Octal | 312 | 55 | 342 | 13 | 120 | 0 | 13 | 444 | 114 | 65 |
| Binary | 11001010 | 101101 | 11100010 | 1011 | 1010000 | 0 | 1011 | 100100100 | 1001100 | 110101 |
Color Harmonies of #CA2DE2
Complementary color
Monochromatic Colors of #CA2DE2
Black with #CA2DE2
Text Example
Text Example
White with #CA2DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DE2; }
p { color: rgb(202,45,226); }
H1.HeaderClassName
{
color: #CA2DE2;
}
.AnyTagClassName
{
color: #CA2DE2;
}
</style>
background-color css
<style>
a { background-color: #CA2DE2; }
a { background-color: rgb(202,45,226); }
div.DivClassName
{
background-color: #CA2DE2;
}
.BgClassName
{
background-color: #CA2DE2;
}
</style>
border-color css
<style>
span { border-color: #CA2DE2; }
span { border-color: rgb(202,45,226); }
td.TdClassName
{
border-color: #CA2DE2;
}
.TagClassName
{
border-color: #CA2DE2;
}
</style>