Shades of Medium Orchid #CD50DF
Tints of Medium Orchid #CD50DF
RGB
CMYK
RGB Variations
Color information
#CD50DF (or 0xCD50DF) is known color: Medium Orchid. HEX triplet: CD, 50 and DF. RGB value is (205,80,223). Sum of RGB (Red+Green+Blue) = 205+80+223=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50DF is #32AF20. Grayscale: #858585. Windows color (decimal): -3321633 or 14635213. OLE color: 14635213.
HSL color Cylindrical-coordinate representation of color #CD50DF: hue angle of 292.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD50DF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 80 | 223 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.13 |
| HSL | 292.45º | 0.69% | 0.59% | - |
| HSV(B) | 292.45º | 0.64% | 0.87% | - |
| XYZ | 41.36 | 24.04 | 72.27 | - |
| YUV | 133.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 223 | 0.08 | 0.64 | 0 | 0.13 | 292.45 | 0.69 | 0.59 |
| Hex | CD | 50 | DF | 8 | 40 | 0 | D | 124 | 45 | 3B |
| Octal | 315 | 120 | 337 | 10 | 100 | 0 | 15 | 444 | 105 | 73 |
| Binary | 11001101 | 1010000 | 11011111 | 1000 | 1000000 | 0 | 1101 | 100100100 | 1000101 | 111011 |
Color Harmonies of #CD50DF
Complementary color
Monochromatic Colors of #CD50DF
Black with #CD50DF
Text Example
Text Example
White with #CD50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50DF; }
p { color: rgb(205,80,223); }
H1.HeaderClassName
{
color: #CD50DF;
}
.AnyTagClassName
{
color: #CD50DF;
}
</style>
background-color css
<style>
a { background-color: #CD50DF; }
a { background-color: rgb(205,80,223); }
div.DivClassName
{
background-color: #CD50DF;
}
.BgClassName
{
background-color: #CD50DF;
}
</style>
border-color css
<style>
span { border-color: #CD50DF; }
span { border-color: rgb(205,80,223); }
td.TdClassName
{
border-color: #CD50DF;
}
.TagClassName
{
border-color: #CD50DF;
}
</style>