Shades of Medium Orchid #CA2BDD
Tints of Medium Orchid #CA2BDD
RGB
CMYK
RGB Variations
Color information
#CA2BDD (or 0xCA2BDD) is known color: Medium Orchid. HEX triplet: CA, 2B and DD. RGB value is (202,43,221). Sum of RGB (Red+Green+Blue) = 202+43+221=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BDD is #35D422. Grayscale: #6E6E6E. Windows color (decimal): -3527715 or 14494666. OLE color: 14494666.
HSL color Cylindrical-coordinate representation of color #CA2BDD: hue angle of 293.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2BDD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 43 | 221 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.6º | 0.72% | 0.52% | - |
| HSV(B) | 293.6º | 0.81% | 0.87% | - |
| XYZ | 38.27 | 19.5 | 70.15 | - |
| YUV | 110.83 | 190.18 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 221 | 0.09 | 0.81 | 0 | 0.13 | 293.6 | 0.72 | 0.52 |
| Hex | CA | 2B | DD | 9 | 51 | 0 | D | 126 | 48 | 34 |
| Octal | 312 | 53 | 335 | 11 | 121 | 0 | 15 | 446 | 110 | 64 |
| Binary | 11001010 | 101011 | 11011101 | 1001 | 1010001 | 0 | 1101 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CA2BDD
Complementary color
Monochromatic Colors of #CA2BDD
Black with #CA2BDD
Text Example
Text Example
White with #CA2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BDD; }
p { color: rgb(202,43,221); }
H1.HeaderClassName
{
color: #CA2BDD;
}
.AnyTagClassName
{
color: #CA2BDD;
}
</style>
background-color css
<style>
a { background-color: #CA2BDD; }
a { background-color: rgb(202,43,221); }
div.DivClassName
{
background-color: #CA2BDD;
}
.BgClassName
{
background-color: #CA2BDD;
}
</style>
border-color css
<style>
span { border-color: #CA2BDD; }
span { border-color: rgb(202,43,221); }
td.TdClassName
{
border-color: #CA2BDD;
}
.TagClassName
{
border-color: #CA2BDD;
}
</style>