Shades of Medium Orchid #CD2CDD
Tints of Medium Orchid #CD2CDD
RGB
CMYK
RGB Variations
Color information
#CD2CDD (or 0xCD2CDD) is known color: Medium Orchid. HEX triplet: CD, 2C and DD. RGB value is (205,44,221). Sum of RGB (Red+Green+Blue) = 205+44+221=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CDD is #32D322. Grayscale: #6F6F6F. Windows color (decimal): -3330851 or 14494925. OLE color: 14494925.
HSL color Cylindrical-coordinate representation of color #CD2CDD: hue angle of 294.58º 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 #CD2CDD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 44 | 221 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.13 |
| HSL | 294.58º | 0.72% | 0.52% | - |
| HSV(B) | 294.58º | 0.8% | 0.87% | - |
| XYZ | 39.13 | 20 | 70.2 | - |
| YUV | 112.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 221 | 0.07 | 0.80 | 0 | 0.13 | 294.58 | 0.72 | 0.52 |
| Hex | CD | 2C | DD | 7 | 50 | 0 | D | 127 | 48 | 34 |
| Octal | 315 | 54 | 335 | 7 | 120 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001101 | 101100 | 11011101 | 111 | 1010000 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2CDD
Complementary color
Monochromatic Colors of #CD2CDD
Black with #CD2CDD
Text Example
Text Example
White with #CD2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CDD; }
p { color: rgb(205,44,221); }
H1.HeaderClassName
{
color: #CD2CDD;
}
.AnyTagClassName
{
color: #CD2CDD;
}
</style>
background-color css
<style>
a { background-color: #CD2CDD; }
a { background-color: rgb(205,44,221); }
div.DivClassName
{
background-color: #CD2CDD;
}
.BgClassName
{
background-color: #CD2CDD;
}
</style>
border-color css
<style>
span { border-color: #CD2CDD; }
span { border-color: rgb(205,44,221); }
td.TdClassName
{
border-color: #CD2CDD;
}
.TagClassName
{
border-color: #CD2CDD;
}
</style>