Shades of Medium Orchid #CD5FDB
Tints of Medium Orchid #CD5FDB
RGB
CMYK
RGB Variations
Color information
#CD5FDB (or 0xCD5FDB) is known color: Medium Orchid. HEX triplet: CD, 5F and DB. RGB value is (205,95,219). Sum of RGB (Red+Green+Blue) = 205+95+219=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FDB is #32A024. Grayscale: #8D8D8D. Windows color (decimal): -3317797 or 14376909. OLE color: 14376909.
HSL color Cylindrical-coordinate representation of color #CD5FDB: hue angle of 293.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5FDB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 95 | 219 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.14 |
| HSL | 293.23º | 0.63% | 0.62% | - |
| HSV(B) | 293.23º | 0.57% | 0.86% | - |
| XYZ | 42.06 | 26.28 | 69.87 | - |
| YUV | 142.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 219 | 0.06 | 0.57 | 0 | 0.14 | 293.23 | 0.63 | 0.62 |
| Hex | CD | 5F | DB | 6 | 39 | 0 | E | 125 | 3F | 3E |
| Octal | 315 | 137 | 333 | 6 | 71 | 0 | 16 | 445 | 77 | 76 |
| Binary | 11001101 | 1011111 | 11011011 | 110 | 111001 | 0 | 1110 | 100100101 | 111111 | 111110 |
Color Harmonies of #CD5FDB
Complementary color
Monochromatic Colors of #CD5FDB
Black with #CD5FDB
Text Example
Text Example
White with #CD5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FDB; }
p { color: rgb(205,95,219); }
H1.HeaderClassName
{
color: #CD5FDB;
}
.AnyTagClassName
{
color: #CD5FDB;
}
</style>
background-color css
<style>
a { background-color: #CD5FDB; }
a { background-color: rgb(205,95,219); }
div.DivClassName
{
background-color: #CD5FDB;
}
.BgClassName
{
background-color: #CD5FDB;
}
</style>
border-color css
<style>
span { border-color: #CD5FDB; }
span { border-color: rgb(205,95,219); }
td.TdClassName
{
border-color: #CD5FDB;
}
.TagClassName
{
border-color: #CD5FDB;
}
</style>