Shades of Medium Orchid #CD5ADD
Tints of Medium Orchid #CD5ADD
RGB
CMYK
RGB Variations
Color information
#CD5ADD (or 0xCD5ADD) is known color: Medium Orchid. HEX triplet: CD, 5A and DD. RGB value is (205,90,221). Sum of RGB (Red+Green+Blue) = 205+90+221=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ADD is #32A522. Grayscale: #8A8A8A. Windows color (decimal): -3319075 or 14506701. OLE color: 14506701.
HSL color Cylindrical-coordinate representation of color #CD5ADD: hue angle of 292.67º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5ADD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 90 | 221 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 292.67º | 0.66% | 0.61% | - |
| HSV(B) | 292.67º | 0.59% | 0.87% | - |
| XYZ | 41.88 | 25.51 | 71.12 | - |
| YUV | 139.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 221 | 0.07 | 0.59 | 0 | 0.13 | 292.67 | 0.66 | 0.61 |
| Hex | CD | 5A | DD | 7 | 3B | 0 | D | 125 | 42 | 3D |
| Octal | 315 | 132 | 335 | 7 | 73 | 0 | 15 | 445 | 102 | 75 |
| Binary | 11001101 | 1011010 | 11011101 | 111 | 111011 | 0 | 1101 | 100100101 | 1000010 | 111101 |
Color Harmonies of #CD5ADD
Complementary color
Monochromatic Colors of #CD5ADD
Black with #CD5ADD
Text Example
Text Example
White with #CD5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5ADD; }
p { color: rgb(205,90,221); }
H1.HeaderClassName
{
color: #CD5ADD;
}
.AnyTagClassName
{
color: #CD5ADD;
}
</style>
background-color css
<style>
a { background-color: #CD5ADD; }
a { background-color: rgb(205,90,221); }
div.DivClassName
{
background-color: #CD5ADD;
}
.BgClassName
{
background-color: #CD5ADD;
}
</style>
border-color css
<style>
span { border-color: #CD5ADD; }
span { border-color: rgb(205,90,221); }
td.TdClassName
{
border-color: #CD5ADD;
}
.TagClassName
{
border-color: #CD5ADD;
}
</style>