Shades of Medium Orchid #CA2CDD
Tints of Medium Orchid #CA2CDD
RGB
CMYK
RGB Variations
Color information
#CA2CDD (or 0xCA2CDD) is known color: Medium Orchid. HEX triplet: CA, 2C and DD. RGB value is (202,44,221). Sum of RGB (Red+Green+Blue) = 202+44+221=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CDD is #35D322. Grayscale: #6E6E6E. Windows color (decimal): -3527459 or 14494922. OLE color: 14494922.
HSL color Cylindrical-coordinate representation of color #CA2CDD: hue angle of 293.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2CDD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 44 | 221 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 293.56º | 0.72% | 0.52% | - |
| HSV(B) | 293.56º | 0.8% | 0.87% | - |
| XYZ | 38.31 | 19.58 | 70.17 | - |
| YUV | 111.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 221 | 0.09 | 0.80 | 0 | 0.13 | 293.56 | 0.72 | 0.52 |
| Hex | CA | 2C | DD | 9 | 50 | 0 | D | 126 | 48 | 34 |
| Octal | 312 | 54 | 335 | 11 | 120 | 0 | 15 | 446 | 110 | 64 |
| Binary | 11001010 | 101100 | 11011101 | 1001 | 1010000 | 0 | 1101 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CA2CDD
Complementary color
Monochromatic Colors of #CA2CDD
Black with #CA2CDD
Text Example
Text Example
White with #CA2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CDD; }
p { color: rgb(202,44,221); }
H1.HeaderClassName
{
color: #CA2CDD;
}
.AnyTagClassName
{
color: #CA2CDD;
}
</style>
background-color css
<style>
a { background-color: #CA2CDD; }
a { background-color: rgb(202,44,221); }
div.DivClassName
{
background-color: #CA2CDD;
}
.BgClassName
{
background-color: #CA2CDD;
}
</style>
border-color css
<style>
span { border-color: #CA2CDD; }
span { border-color: rgb(202,44,221); }
td.TdClassName
{
border-color: #CA2CDD;
}
.TagClassName
{
border-color: #CA2CDD;
}
</style>