Shades of Medium Orchid #CD2CDC
Tints of Medium Orchid #CD2CDC
RGB
CMYK
RGB Variations
Color information
#CD2CDC (or 0xCD2CDC) is known color: Medium Orchid. HEX triplet: CD, 2C and DC. RGB value is (205,44,220). Sum of RGB (Red+Green+Blue) = 205+44+220=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CDC is #32D323. Grayscale: #6F6F6F. Windows color (decimal): -3330852 or 14429389. OLE color: 14429389.
HSL color Cylindrical-coordinate representation of color #CD2CDC: hue angle of 294.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2CDC is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 44 | 220 | - |
| CMYK | 0.07 | 0.8 | 0 | 0.14 |
| HSL | 294.89º | 0.72% | 0.52% | - |
| HSV(B) | 294.89º | 0.8% | 0.86% | - |
| XYZ | 39 | 19.95 | 69.51 | - |
| YUV | 112.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 220 | 0.07 | 0.8 | 0 | 0.14 | 294.89 | 0.72 | 0.52 |
| Hex | CD | 2C | DC | 7 | 50 | 0 | E | 127 | 48 | 34 |
| Octal | 315 | 54 | 334 | 7 | 120 | 0 | 16 | 447 | 110 | 64 |
| Binary | 11001101 | 101100 | 11011100 | 111 | 1010000 | 0 | 1110 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CD2CDC
Complementary color
Monochromatic Colors of #CD2CDC
Black with #CD2CDC
Text Example
Text Example
White with #CD2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CDC; }
p { color: rgb(205,44,220); }
H1.HeaderClassName
{
color: #CD2CDC;
}
.AnyTagClassName
{
color: #CD2CDC;
}
</style>
background-color css
<style>
a { background-color: #CD2CDC; }
a { background-color: rgb(205,44,220); }
div.DivClassName
{
background-color: #CD2CDC;
}
.BgClassName
{
background-color: #CD2CDC;
}
</style>
border-color css
<style>
span { border-color: #CD2CDC; }
span { border-color: rgb(205,44,220); }
td.TdClassName
{
border-color: #CD2CDC;
}
.TagClassName
{
border-color: #CD2CDC;
}
</style>