Shades of Medium Orchid #CD3BDB
Tints of Medium Orchid #CD3BDB
RGB
CMYK
RGB Variations
Color information
#CD3BDB (or 0xCD3BDB) is known color: Medium Orchid. HEX triplet: CD, 3B and DB. RGB value is (205,59,219). Sum of RGB (Red+Green+Blue) = 205+59+219=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3BDB is #32C424. Grayscale: #787878. Windows color (decimal): -3327013 or 14367693. OLE color: 14367693.
HSL color Cylindrical-coordinate representation of color #CD3BDB: hue angle of 294.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3BDB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 59 | 219 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.14 |
| HSL | 294.75º | 0.69% | 0.55% | - |
| HSV(B) | 294.75º | 0.73% | 0.86% | - |
| XYZ | 39.53 | 21.22 | 69.03 | - |
| YUV | 120.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 59 | 219 | 0.06 | 0.73 | 0 | 0.14 | 294.75 | 0.69 | 0.55 |
| Hex | CD | 3B | DB | 6 | 49 | 0 | E | 127 | 45 | 37 |
| Octal | 315 | 73 | 333 | 6 | 111 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001101 | 111011 | 11011011 | 110 | 1001001 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CD3BDB
Complementary color
Monochromatic Colors of #CD3BDB
Black with #CD3BDB
Text Example
Text Example
White with #CD3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3BDB; }
p { color: rgb(205,59,219); }
H1.HeaderClassName
{
color: #CD3BDB;
}
.AnyTagClassName
{
color: #CD3BDB;
}
</style>
background-color css
<style>
a { background-color: #CD3BDB; }
a { background-color: rgb(205,59,219); }
div.DivClassName
{
background-color: #CD3BDB;
}
.BgClassName
{
background-color: #CD3BDB;
}
</style>
border-color css
<style>
span { border-color: #CD3BDB; }
span { border-color: rgb(205,59,219); }
td.TdClassName
{
border-color: #CD3BDB;
}
.TagClassName
{
border-color: #CD3BDB;
}
</style>