Shades of Medium Orchid #CD5ADC
Tints of Medium Orchid #CD5ADC
RGB
CMYK
RGB Variations
Color information
#CD5ADC (or 0xCD5ADC) is known color: Medium Orchid. HEX triplet: CD, 5A and DC. RGB value is (205,90,220). Sum of RGB (Red+Green+Blue) = 205+90+220=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ADC is #32A523. Grayscale: #8A8A8A. Windows color (decimal): -3319076 or 14441165. OLE color: 14441165.
HSL color Cylindrical-coordinate representation of color #CD5ADC: hue angle of 293.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5ADC is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 90 | 220 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.14 |
| HSL | 293.08º | 0.65% | 0.61% | - |
| HSV(B) | 293.08º | 0.59% | 0.86% | - |
| XYZ | 41.75 | 25.46 | 70.42 | - |
| YUV | 139.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 220 | 0.07 | 0.59 | 0 | 0.14 | 293.08 | 0.65 | 0.61 |
| Hex | CD | 5A | DC | 7 | 3B | 0 | E | 125 | 41 | 3D |
| Octal | 315 | 132 | 334 | 7 | 73 | 0 | 16 | 445 | 101 | 75 |
| Binary | 11001101 | 1011010 | 11011100 | 111 | 111011 | 0 | 1110 | 100100101 | 1000001 | 111101 |
Color Harmonies of #CD5ADC
Complementary color
Monochromatic Colors of #CD5ADC
Black with #CD5ADC
Text Example
Text Example
White with #CD5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5ADC; }
p { color: rgb(205,90,220); }
H1.HeaderClassName
{
color: #CD5ADC;
}
.AnyTagClassName
{
color: #CD5ADC;
}
</style>
background-color css
<style>
a { background-color: #CD5ADC; }
a { background-color: rgb(205,90,220); }
div.DivClassName
{
background-color: #CD5ADC;
}
.BgClassName
{
background-color: #CD5ADC;
}
</style>
border-color css
<style>
span { border-color: #CD5ADC; }
span { border-color: rgb(205,90,220); }
td.TdClassName
{
border-color: #CD5ADC;
}
.TagClassName
{
border-color: #CD5ADC;
}
</style>