Shades of Medium Orchid #CD3ADB
Tints of Medium Orchid #CD3ADB
RGB
CMYK
RGB Variations
Color information
#CD3ADB (or 0xCD3ADB) is known color: Medium Orchid. HEX triplet: CD, 3A and DB. RGB value is (205,58,219). Sum of RGB (Red+Green+Blue) = 205+58+219=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADB is #32C524. Grayscale: #777777. Windows color (decimal): -3327269 or 14367437. OLE color: 14367437.
HSL color Cylindrical-coordinate representation of color #CD3ADB: hue angle of 294.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3ADB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 58 | 219 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 294.78º | 0.69% | 0.54% | - |
| HSV(B) | 294.78º | 0.74% | 0.86% | - |
| XYZ | 39.48 | 21.12 | 69.01 | - |
| YUV | 120.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 219 | 0.06 | 0.74 | 0 | 0.14 | 294.78 | 0.69 | 0.54 |
| Hex | CD | 3A | DB | 6 | 4A | 0 | E | 127 | 45 | 36 |
| Octal | 315 | 72 | 333 | 6 | 112 | 0 | 16 | 447 | 105 | 66 |
| Binary | 11001101 | 111010 | 11011011 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000101 | 110110 |
Color Harmonies of #CD3ADB
Complementary color
Monochromatic Colors of #CD3ADB
Black with #CD3ADB
Text Example
Text Example
White with #CD3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3ADB; }
p { color: rgb(205,58,219); }
H1.HeaderClassName
{
color: #CD3ADB;
}
.AnyTagClassName
{
color: #CD3ADB;
}
</style>
background-color css
<style>
a { background-color: #CD3ADB; }
a { background-color: rgb(205,58,219); }
div.DivClassName
{
background-color: #CD3ADB;
}
.BgClassName
{
background-color: #CD3ADB;
}
</style>
border-color css
<style>
span { border-color: #CD3ADB; }
span { border-color: rgb(205,58,219); }
td.TdClassName
{
border-color: #CD3ADB;
}
.TagClassName
{
border-color: #CD3ADB;
}
</style>