Shades of Medium Orchid #CD5DDB
Tints of Medium Orchid #CD5DDB
RGB
CMYK
RGB Variations
Color information
#CD5DDB (or 0xCD5DDB) is known color: Medium Orchid. HEX triplet: CD, 5D and DB. RGB value is (205,93,219). Sum of RGB (Red+Green+Blue) = 205+93+219=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DDB is #32A224. Grayscale: #8C8C8C. Windows color (decimal): -3318309 or 14376397. OLE color: 14376397.
HSL color Cylindrical-coordinate representation of color #CD5DDB: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5DDB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 93 | 219 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.14 |
| HSL | 293.33º | 0.64% | 0.61% | - |
| HSV(B) | 293.33º | 0.58% | 0.86% | - |
| XYZ | 41.88 | 25.92 | 69.81 | - |
| YUV | 140.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 219 | 0.06 | 0.58 | 0 | 0.14 | 293.33 | 0.64 | 0.61 |
| Hex | CD | 5D | DB | 6 | 3A | 0 | E | 125 | 40 | 3D |
| Octal | 315 | 135 | 333 | 6 | 72 | 0 | 16 | 445 | 100 | 75 |
| Binary | 11001101 | 1011101 | 11011011 | 110 | 111010 | 0 | 1110 | 100100101 | 1000000 | 111101 |
Color Harmonies of #CD5DDB
Complementary color
Monochromatic Colors of #CD5DDB
Black with #CD5DDB
Text Example
Text Example
White with #CD5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5DDB; }
p { color: rgb(205,93,219); }
H1.HeaderClassName
{
color: #CD5DDB;
}
.AnyTagClassName
{
color: #CD5DDB;
}
</style>
background-color css
<style>
a { background-color: #CD5DDB; }
a { background-color: rgb(205,93,219); }
div.DivClassName
{
background-color: #CD5DDB;
}
.BgClassName
{
background-color: #CD5DDB;
}
</style>
border-color css
<style>
span { border-color: #CD5DDB; }
span { border-color: rgb(205,93,219); }
td.TdClassName
{
border-color: #CD5DDB;
}
.TagClassName
{
border-color: #CD5DDB;
}
</style>