Shades of Medium Orchid #CD49D5
Tints of Medium Orchid #CD49D5
RGB
CMYK
RGB Variations
Color information
#CD49D5 (or 0xCD49D5) is known color: Medium Orchid. HEX triplet: CD, 49 and D5. RGB value is (205,73,213). Sum of RGB (Red+Green+Blue) = 205+73+213=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49D5 is #32B62A. Grayscale: #808080. Windows color (decimal): -3323435 or 13978061. OLE color: 13978061.
HSL color Cylindrical-coordinate representation of color #CD49D5: hue angle of 296.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD49D5 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 73 | 213 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.16 |
| HSL | 296.57º | 0.63% | 0.56% | - |
| HSV(B) | 296.57º | 0.66% | 0.84% | - |
| XYZ | 39.57 | 22.55 | 65.22 | - |
| YUV | 128.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 213 | 0.04 | 0.66 | 0 | 0.16 | 296.57 | 0.63 | 0.56 |
| Hex | CD | 49 | D5 | 4 | 42 | 0 | 10 | 129 | 3E | 38 |
| Octal | 315 | 111 | 325 | 4 | 102 | 0 | 20 | 451 | 76 | 70 |
| Binary | 11001101 | 1001001 | 11010101 | 100 | 1000010 | 0 | 10000 | 100101001 | 111110 | 111000 |
Color Harmonies of #CD49D5
Complementary color
Monochromatic Colors of #CD49D5
Black with #CD49D5
Text Example
Text Example
White with #CD49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49D5; }
p { color: rgb(205,73,213); }
H1.HeaderClassName
{
color: #CD49D5;
}
.AnyTagClassName
{
color: #CD49D5;
}
</style>
background-color css
<style>
a { background-color: #CD49D5; }
a { background-color: rgb(205,73,213); }
div.DivClassName
{
background-color: #CD49D5;
}
.BgClassName
{
background-color: #CD49D5;
}
</style>
border-color css
<style>
span { border-color: #CD49D5; }
span { border-color: rgb(205,73,213); }
td.TdClassName
{
border-color: #CD49D5;
}
.TagClassName
{
border-color: #CD49D5;
}
</style>