Shades of Medium Orchid #CD44DC
Tints of Medium Orchid #CD44DC
RGB
CMYK
RGB Variations
Color information
#CD44DC (or 0xCD44DC) is known color: Medium Orchid. HEX triplet: CD, 44 and DC. RGB value is (205,68,220). Sum of RGB (Red+Green+Blue) = 205+68+220=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD44DC is #32BB23. Grayscale: #7D7D7D. Windows color (decimal): -3324708 or 14435533. OLE color: 14435533.
HSL color Cylindrical-coordinate representation of color #CD44DC: hue angle of 294.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD44DC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 68 | 220 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.14 |
| HSL | 294.08º | 0.68% | 0.56% | - |
| HSV(B) | 294.08º | 0.69% | 0.86% | - |
| XYZ | 40.16 | 22.28 | 69.89 | - |
| YUV | 126.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 220 | 0.07 | 0.69 | 0 | 0.14 | 294.08 | 0.68 | 0.56 |
| Hex | CD | 44 | DC | 7 | 45 | 0 | E | 126 | 44 | 38 |
| Octal | 315 | 104 | 334 | 7 | 105 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001101 | 1000100 | 11011100 | 111 | 1000101 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CD44DC
Complementary color
Monochromatic Colors of #CD44DC
Black with #CD44DC
Text Example
Text Example
White with #CD44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD44DC; }
p { color: rgb(205,68,220); }
H1.HeaderClassName
{
color: #CD44DC;
}
.AnyTagClassName
{
color: #CD44DC;
}
</style>
background-color css
<style>
a { background-color: #CD44DC; }
a { background-color: rgb(205,68,220); }
div.DivClassName
{
background-color: #CD44DC;
}
.BgClassName
{
background-color: #CD44DC;
}
</style>
border-color css
<style>
span { border-color: #CD44DC; }
span { border-color: rgb(205,68,220); }
td.TdClassName
{
border-color: #CD44DC;
}
.TagClassName
{
border-color: #CD44DC;
}
</style>