Shades of Medium Orchid #CD2DDB
Tints of Medium Orchid #CD2DDB
RGB
CMYK
RGB Variations
Color information
#CD2DDB (or 0xCD2DDB) is known color: Medium Orchid. HEX triplet: CD, 2D and DB. RGB value is (205,45,219). Sum of RGB (Red+Green+Blue) = 205+45+219=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DDB is #32D224. Grayscale: #707070. Windows color (decimal): -3330597 or 14364109. OLE color: 14364109.
HSL color Cylindrical-coordinate representation of color #CD2DDB: hue angle of 295.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2DDB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 45 | 219 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.14 |
| HSL | 295.17º | 0.71% | 0.52% | - |
| HSV(B) | 295.17º | 0.79% | 0.86% | - |
| XYZ | 38.9 | 19.97 | 68.82 | - |
| YUV | 112.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 219 | 0.06 | 0.79 | 0 | 0.14 | 295.17 | 0.71 | 0.52 |
| Hex | CD | 2D | DB | 6 | 4F | 0 | E | 127 | 47 | 34 |
| Octal | 315 | 55 | 333 | 6 | 117 | 0 | 16 | 447 | 107 | 64 |
| Binary | 11001101 | 101101 | 11011011 | 110 | 1001111 | 0 | 1110 | 100100111 | 1000111 | 110100 |
Color Harmonies of #CD2DDB
Complementary color
Monochromatic Colors of #CD2DDB
Black with #CD2DDB
Text Example
Text Example
White with #CD2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DDB; }
p { color: rgb(205,45,219); }
H1.HeaderClassName
{
color: #CD2DDB;
}
.AnyTagClassName
{
color: #CD2DDB;
}
</style>
background-color css
<style>
a { background-color: #CD2DDB; }
a { background-color: rgb(205,45,219); }
div.DivClassName
{
background-color: #CD2DDB;
}
.BgClassName
{
background-color: #CD2DDB;
}
</style>
border-color css
<style>
span { border-color: #CD2DDB; }
span { border-color: rgb(205,45,219); }
td.TdClassName
{
border-color: #CD2DDB;
}
.TagClassName
{
border-color: #CD2DDB;
}
</style>