Shades of Medium Orchid #CD34DB
Tints of Medium Orchid #CD34DB
RGB
CMYK
RGB Variations
Color information
#CD34DB (or 0xCD34DB) is known color: Medium Orchid. HEX triplet: CD, 34 and DB. RGB value is (205,52,219). Sum of RGB (Red+Green+Blue) = 205+52+219=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD34DB is #32CB24. Grayscale: #747474. Windows color (decimal): -3328805 or 14365901. OLE color: 14365901.
HSL color Cylindrical-coordinate representation of color #CD34DB: hue angle of 294.97º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD34DB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 52 | 219 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.14 |
| HSL | 294.97º | 0.7% | 0.53% | - |
| HSV(B) | 294.97º | 0.76% | 0.86% | - |
| XYZ | 39.19 | 20.55 | 68.92 | - |
| YUV | 116.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 219 | 0.06 | 0.76 | 0 | 0.14 | 294.97 | 0.7 | 0.53 |
| Hex | CD | 34 | DB | 6 | 4C | 0 | E | 127 | 46 | 35 |
| Octal | 315 | 64 | 333 | 6 | 114 | 0 | 16 | 447 | 106 | 65 |
| Binary | 11001101 | 110100 | 11011011 | 110 | 1001100 | 0 | 1110 | 100100111 | 1000110 | 110101 |
Color Harmonies of #CD34DB
Complementary color
Monochromatic Colors of #CD34DB
Black with #CD34DB
Text Example
Text Example
White with #CD34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD34DB; }
p { color: rgb(205,52,219); }
H1.HeaderClassName
{
color: #CD34DB;
}
.AnyTagClassName
{
color: #CD34DB;
}
</style>
background-color css
<style>
a { background-color: #CD34DB; }
a { background-color: rgb(205,52,219); }
div.DivClassName
{
background-color: #CD34DB;
}
.BgClassName
{
background-color: #CD34DB;
}
</style>
border-color css
<style>
span { border-color: #CD34DB; }
span { border-color: rgb(205,52,219); }
td.TdClassName
{
border-color: #CD34DB;
}
.TagClassName
{
border-color: #CD34DB;
}
</style>