Shades of Medium Orchid #CD49DC
Tints of Medium Orchid #CD49DC
RGB
CMYK
RGB Variations
Color information
#CD49DC (or 0xCD49DC) is known color: Medium Orchid. HEX triplet: CD, 49 and DC. RGB value is (205,73,220). Sum of RGB (Red+Green+Blue) = 205+73+220=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49DC is #32B623. Grayscale: #808080. Windows color (decimal): -3323428 or 14436813. OLE color: 14436813.
HSL color Cylindrical-coordinate representation of color #CD49DC: hue angle of 293.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD49DC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 73 | 220 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.14 |
| HSL | 293.88º | 0.68% | 0.57% | - |
| HSV(B) | 293.88º | 0.67% | 0.86% | - |
| XYZ | 40.48 | 22.91 | 70 | - |
| YUV | 129.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 220 | 0.07 | 0.67 | 0 | 0.14 | 293.88 | 0.68 | 0.57 |
| Hex | CD | 49 | DC | 7 | 43 | 0 | E | 126 | 44 | 39 |
| Octal | 315 | 111 | 334 | 7 | 103 | 0 | 16 | 446 | 104 | 71 |
| Binary | 11001101 | 1001001 | 11011100 | 111 | 1000011 | 0 | 1110 | 100100110 | 1000100 | 111001 |
Color Harmonies of #CD49DC
Complementary color
Monochromatic Colors of #CD49DC
Black with #CD49DC
Text Example
Text Example
White with #CD49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49DC; }
p { color: rgb(205,73,220); }
H1.HeaderClassName
{
color: #CD49DC;
}
.AnyTagClassName
{
color: #CD49DC;
}
</style>
background-color css
<style>
a { background-color: #CD49DC; }
a { background-color: rgb(205,73,220); }
div.DivClassName
{
background-color: #CD49DC;
}
.BgClassName
{
background-color: #CD49DC;
}
</style>
border-color css
<style>
span { border-color: #CD49DC; }
span { border-color: rgb(205,73,220); }
td.TdClassName
{
border-color: #CD49DC;
}
.TagClassName
{
border-color: #CD49DC;
}
</style>