Shades of Medium Orchid #CD53DB
Tints of Medium Orchid #CD53DB
RGB
CMYK
RGB Variations
Color information
#CD53DB (or 0xCD53DB) is known color: Medium Orchid. HEX triplet: CD, 53 and DB. RGB value is (205,83,219). Sum of RGB (Red+Green+Blue) = 205+83+219=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53DB is #32AC24. Grayscale: #868686. Windows color (decimal): -3320869 or 14373837. OLE color: 14373837.
HSL color Cylindrical-coordinate representation of color #CD53DB: hue angle of 293.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD53DB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 83 | 219 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.14 |
| HSL | 293.82º | 0.65% | 0.59% | - |
| HSV(B) | 293.82º | 0.62% | 0.86% | - |
| XYZ | 41.06 | 24.28 | 69.54 | - |
| YUV | 134.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 219 | 0.06 | 0.62 | 0 | 0.14 | 293.82 | 0.65 | 0.59 |
| Hex | CD | 53 | DB | 6 | 3E | 0 | E | 126 | 41 | 3B |
| Octal | 315 | 123 | 333 | 6 | 76 | 0 | 16 | 446 | 101 | 73 |
| Binary | 11001101 | 1010011 | 11011011 | 110 | 111110 | 0 | 1110 | 100100110 | 1000001 | 111011 |
Color Harmonies of #CD53DB
Complementary color
Monochromatic Colors of #CD53DB
Black with #CD53DB
Text Example
Text Example
White with #CD53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53DB; }
p { color: rgb(205,83,219); }
H1.HeaderClassName
{
color: #CD53DB;
}
.AnyTagClassName
{
color: #CD53DB;
}
</style>
background-color css
<style>
a { background-color: #CD53DB; }
a { background-color: rgb(205,83,219); }
div.DivClassName
{
background-color: #CD53DB;
}
.BgClassName
{
background-color: #CD53DB;
}
</style>
border-color css
<style>
span { border-color: #CD53DB; }
span { border-color: rgb(205,83,219); }
td.TdClassName
{
border-color: #CD53DB;
}
.TagClassName
{
border-color: #CD53DB;
}
</style>