Shades of Medium Orchid #CA2EDD
Tints of Medium Orchid #CA2EDD
RGB
CMYK
RGB Variations
Color information
#CA2EDD (or 0xCA2EDD) is known color: Medium Orchid. HEX triplet: CA, 2E and DD. RGB value is (202,46,221). Sum of RGB (Red+Green+Blue) = 202+46+221=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EDD is #35D122. Grayscale: #707070. Windows color (decimal): -3526947 or 14495434. OLE color: 14495434.
HSL color Cylindrical-coordinate representation of color #CA2EDD: hue angle of 293.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2EDD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 46 | 221 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 293.49º | 0.72% | 0.52% | - |
| HSV(B) | 293.49º | 0.79% | 0.87% | - |
| XYZ | 38.39 | 19.73 | 70.19 | - |
| YUV | 112.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 221 | 0.09 | 0.79 | 0 | 0.13 | 293.49 | 0.72 | 0.52 |
| Hex | CA | 2E | DD | 9 | 4F | 0 | D | 125 | 48 | 34 |
| Octal | 312 | 56 | 335 | 11 | 117 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001010 | 101110 | 11011101 | 1001 | 1001111 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #CA2EDD
Complementary color
Monochromatic Colors of #CA2EDD
Black with #CA2EDD
Text Example
Text Example
White with #CA2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EDD; }
p { color: rgb(202,46,221); }
H1.HeaderClassName
{
color: #CA2EDD;
}
.AnyTagClassName
{
color: #CA2EDD;
}
</style>
background-color css
<style>
a { background-color: #CA2EDD; }
a { background-color: rgb(202,46,221); }
div.DivClassName
{
background-color: #CA2EDD;
}
.BgClassName
{
background-color: #CA2EDD;
}
</style>
border-color css
<style>
span { border-color: #CA2EDD; }
span { border-color: rgb(202,46,221); }
td.TdClassName
{
border-color: #CA2EDD;
}
.TagClassName
{
border-color: #CA2EDD;
}
</style>