Shades of Medium Orchid #CD55DB
Tints of Medium Orchid #CD55DB
RGB
CMYK
RGB Variations
Color information
#CD55DB (or 0xCD55DB) is known color: Medium Orchid. HEX triplet: CD, 55 and DB. RGB value is (205,85,219). Sum of RGB (Red+Green+Blue) = 205+85+219=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55DB is #32AA24. Grayscale: #878787. Windows color (decimal): -3320357 or 14374349. OLE color: 14374349.
HSL color Cylindrical-coordinate representation of color #CD55DB: hue angle of 293.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD55DB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 85 | 219 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.14 |
| HSL | 293.73º | 0.65% | 0.6% | - |
| HSV(B) | 293.73º | 0.61% | 0.86% | - |
| XYZ | 41.21 | 24.59 | 69.59 | - |
| YUV | 136.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 219 | 0.06 | 0.61 | 0 | 0.14 | 293.73 | 0.65 | 0.6 |
| Hex | CD | 55 | DB | 6 | 3D | 0 | E | 126 | 41 | 3C |
| Octal | 315 | 125 | 333 | 6 | 75 | 0 | 16 | 446 | 101 | 74 |
| Binary | 11001101 | 1010101 | 11011011 | 110 | 111101 | 0 | 1110 | 100100110 | 1000001 | 111100 |
Color Harmonies of #CD55DB
Complementary color
Monochromatic Colors of #CD55DB
Black with #CD55DB
Text Example
Text Example
White with #CD55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD55DB; }
p { color: rgb(205,85,219); }
H1.HeaderClassName
{
color: #CD55DB;
}
.AnyTagClassName
{
color: #CD55DB;
}
</style>
background-color css
<style>
a { background-color: #CD55DB; }
a { background-color: rgb(205,85,219); }
div.DivClassName
{
background-color: #CD55DB;
}
.BgClassName
{
background-color: #CD55DB;
}
</style>
border-color css
<style>
span { border-color: #CD55DB; }
span { border-color: rgb(205,85,219); }
td.TdClassName
{
border-color: #CD55DB;
}
.TagClassName
{
border-color: #CD55DB;
}
</style>