Shades of Medium Orchid #CA2DD9
Tints of Medium Orchid #CA2DD9
RGB
CMYK
RGB Variations
Color information
#CA2DD9 (or 0xCA2DD9) is known color: Medium Orchid. HEX triplet: CA, 2D and D9. RGB value is (202,45,217). Sum of RGB (Red+Green+Blue) = 202+45+217=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA2DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DD9 is #35D226. Grayscale: #6F6F6F. Windows color (decimal): -3527207 or 14233034. OLE color: 14233034.
HSL color Cylindrical-coordinate representation of color #CA2DD9: hue angle of 294.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2DD9 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 45 | 217 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.77º | 0.69% | 0.51% | - |
| HSV(B) | 294.77º | 0.79% | 0.85% | - |
| XYZ | 37.82 | 19.44 | 67.41 | - |
| YUV | 111.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 217 | 0.07 | 0.79 | 0 | 0.15 | 294.77 | 0.69 | 0.51 |
| Hex | CA | 2D | D9 | 7 | 4F | 0 | F | 127 | 45 | 33 |
| Octal | 312 | 55 | 331 | 7 | 117 | 0 | 17 | 447 | 105 | 63 |
| Binary | 11001010 | 101101 | 11011001 | 111 | 1001111 | 0 | 1111 | 100100111 | 1000101 | 110011 |
Color Harmonies of #CA2DD9
Complementary color
Monochromatic Colors of #CA2DD9
Black with #CA2DD9
Text Example
Text Example
White with #CA2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DD9; }
p { color: rgb(202,45,217); }
H1.HeaderClassName
{
color: #CA2DD9;
}
.AnyTagClassName
{
color: #CA2DD9;
}
</style>
background-color css
<style>
a { background-color: #CA2DD9; }
a { background-color: rgb(202,45,217); }
div.DivClassName
{
background-color: #CA2DD9;
}
.BgClassName
{
background-color: #CA2DD9;
}
</style>
border-color css
<style>
span { border-color: #CA2DD9; }
span { border-color: rgb(202,45,217); }
td.TdClassName
{
border-color: #CA2DD9;
}
.TagClassName
{
border-color: #CA2DD9;
}
</style>