Shades of Medium Orchid #CD4ADB
Tints of Medium Orchid #CD4ADB
RGB
CMYK
RGB Variations
Color information
#CD4ADB (or 0xCD4ADB) is known color: Medium Orchid. HEX triplet: CD, 4A and DB. RGB value is (205,74,219). Sum of RGB (Red+Green+Blue) = 205+74+219=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ADB is #32B524. Grayscale: #818181. Windows color (decimal): -3323173 or 14371533. OLE color: 14371533.
HSL color Cylindrical-coordinate representation of color #CD4ADB: hue angle of 294.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4ADB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 74 | 219 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.14 |
| HSL | 294.21º | 0.67% | 0.57% | - |
| HSV(B) | 294.21º | 0.66% | 0.86% | - |
| XYZ | 40.41 | 22.99 | 69.33 | - |
| YUV | 129.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 219 | 0.06 | 0.66 | 0 | 0.14 | 294.21 | 0.67 | 0.57 |
| Hex | CD | 4A | DB | 6 | 42 | 0 | E | 126 | 43 | 39 |
| Octal | 315 | 112 | 333 | 6 | 102 | 0 | 16 | 446 | 103 | 71 |
| Binary | 11001101 | 1001010 | 11011011 | 110 | 1000010 | 0 | 1110 | 100100110 | 1000011 | 111001 |
Color Harmonies of #CD4ADB
Complementary color
Monochromatic Colors of #CD4ADB
Black with #CD4ADB
Text Example
Text Example
White with #CD4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4ADB; }
p { color: rgb(205,74,219); }
H1.HeaderClassName
{
color: #CD4ADB;
}
.AnyTagClassName
{
color: #CD4ADB;
}
</style>
background-color css
<style>
a { background-color: #CD4ADB; }
a { background-color: rgb(205,74,219); }
div.DivClassName
{
background-color: #CD4ADB;
}
.BgClassName
{
background-color: #CD4ADB;
}
</style>
border-color css
<style>
span { border-color: #CD4ADB; }
span { border-color: rgb(205,74,219); }
td.TdClassName
{
border-color: #CD4ADB;
}
.TagClassName
{
border-color: #CD4ADB;
}
</style>