Shades of Medium Orchid #CA2ED9
Tints of Medium Orchid #CA2ED9
RGB
CMYK
RGB Variations
Color information
#CA2ED9 (or 0xCA2ED9) is known color: Medium Orchid. HEX triplet: CA, 2E and D9. RGB value is (202,46,217). Sum of RGB (Red+Green+Blue) = 202+46+217=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA2ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ED9 is #35D126. Grayscale: #6F6F6F. Windows color (decimal): -3526951 or 14233290. OLE color: 14233290.
HSL color Cylindrical-coordinate representation of color #CA2ED9: hue angle of 294.74º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2ED9 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 46 | 217 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.74º | 0.69% | 0.52% | - |
| HSV(B) | 294.74º | 0.79% | 0.85% | - |
| XYZ | 37.86 | 19.52 | 67.42 | - |
| YUV | 112.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 217 | 0.07 | 0.79 | 0 | 0.15 | 294.74 | 0.69 | 0.52 |
| Hex | CA | 2E | D9 | 7 | 4F | 0 | F | 127 | 45 | 34 |
| Octal | 312 | 56 | 331 | 7 | 117 | 0 | 17 | 447 | 105 | 64 |
| Binary | 11001010 | 101110 | 11011001 | 111 | 1001111 | 0 | 1111 | 100100111 | 1000101 | 110100 |
Color Harmonies of #CA2ED9
Complementary color
Monochromatic Colors of #CA2ED9
Black with #CA2ED9
Text Example
Text Example
White with #CA2ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ED9; }
p { color: rgb(202,46,217); }
H1.HeaderClassName
{
color: #CA2ED9;
}
.AnyTagClassName
{
color: #CA2ED9;
}
</style>
background-color css
<style>
a { background-color: #CA2ED9; }
a { background-color: rgb(202,46,217); }
div.DivClassName
{
background-color: #CA2ED9;
}
.BgClassName
{
background-color: #CA2ED9;
}
</style>
border-color css
<style>
span { border-color: #CA2ED9; }
span { border-color: rgb(202,46,217); }
td.TdClassName
{
border-color: #CA2ED9;
}
.TagClassName
{
border-color: #CA2ED9;
}
</style>