Shades of Medium Orchid #CD2DDD
Tints of Medium Orchid #CD2DDD
RGB
CMYK
RGB Variations
Color information
#CD2DDD (or 0xCD2DDD) is known color: Medium Orchid. HEX triplet: CD, 2D and DD. RGB value is (205,45,221). Sum of RGB (Red+Green+Blue) = 205+45+221=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DDD is #32D222. Grayscale: #707070. Windows color (decimal): -3330595 or 14495181. OLE color: 14495181.
HSL color Cylindrical-coordinate representation of color #CD2DDD: hue angle of 294.55º 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 #CD2DDD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 45 | 221 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.13 |
| HSL | 294.55º | 0.72% | 0.52% | - |
| HSV(B) | 294.55º | 0.8% | 0.87% | - |
| XYZ | 39.17 | 20.08 | 70.22 | - |
| YUV | 112.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 221 | 0.07 | 0.80 | 0 | 0.13 | 294.55 | 0.72 | 0.52 |
| Hex | CD | 2D | DD | 7 | 50 | 0 | D | 127 | 48 | 34 |
| Octal | 315 | 55 | 335 | 7 | 120 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001101 | 101101 | 11011101 | 111 | 1010000 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2DDD
Complementary color
Monochromatic Colors of #CD2DDD
Black with #CD2DDD
Text Example
Text Example
White with #CD2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DDD; }
p { color: rgb(205,45,221); }
H1.HeaderClassName
{
color: #CD2DDD;
}
.AnyTagClassName
{
color: #CD2DDD;
}
</style>
background-color css
<style>
a { background-color: #CD2DDD; }
a { background-color: rgb(205,45,221); }
div.DivClassName
{
background-color: #CD2DDD;
}
.BgClassName
{
background-color: #CD2DDD;
}
</style>
border-color css
<style>
span { border-color: #CD2DDD; }
span { border-color: rgb(205,45,221); }
td.TdClassName
{
border-color: #CD2DDD;
}
.TagClassName
{
border-color: #CD2DDD;
}
</style>