Shades of Medium Orchid #CD36DB
Tints of Medium Orchid #CD36DB
RGB
CMYK
RGB Variations
Color information
#CD36DB (or 0xCD36DB) is known color: Medium Orchid. HEX triplet: CD, 36 and DB. RGB value is (205,54,219). Sum of RGB (Red+Green+Blue) = 205+54+219=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36DB is #32C924. Grayscale: #757575. Windows color (decimal): -3328293 or 14366413. OLE color: 14366413.
HSL color Cylindrical-coordinate representation of color #CD36DB: hue angle of 294.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD36DB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 54 | 219 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.14 |
| HSL | 294.91º | 0.7% | 0.54% | - |
| HSV(B) | 294.91º | 0.75% | 0.86% | - |
| XYZ | 39.28 | 20.73 | 68.95 | - |
| YUV | 117.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 219 | 0.06 | 0.75 | 0 | 0.14 | 294.91 | 0.7 | 0.54 |
| Hex | CD | 36 | DB | 6 | 4B | 0 | E | 127 | 46 | 36 |
| Octal | 315 | 66 | 333 | 6 | 113 | 0 | 16 | 447 | 106 | 66 |
| Binary | 11001101 | 110110 | 11011011 | 110 | 1001011 | 0 | 1110 | 100100111 | 1000110 | 110110 |
Color Harmonies of #CD36DB
Complementary color
Monochromatic Colors of #CD36DB
Black with #CD36DB
Text Example
Text Example
White with #CD36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36DB; }
p { color: rgb(205,54,219); }
H1.HeaderClassName
{
color: #CD36DB;
}
.AnyTagClassName
{
color: #CD36DB;
}
</style>
background-color css
<style>
a { background-color: #CD36DB; }
a { background-color: rgb(205,54,219); }
div.DivClassName
{
background-color: #CD36DB;
}
.BgClassName
{
background-color: #CD36DB;
}
</style>
border-color css
<style>
span { border-color: #CD36DB; }
span { border-color: rgb(205,54,219); }
td.TdClassName
{
border-color: #CD36DB;
}
.TagClassName
{
border-color: #CD36DB;
}
</style>