Shades of Orchid #CD84DB
Tints of Orchid #CD84DB
RGB
CMYK
RGB Variations
Color information
#CD84DB (or 0xCD84DB) is known color: Orchid. HEX triplet: CD, 84 and DB. RGB value is (205,132,219). Sum of RGB (Red+Green+Blue) = 205+132+219=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84DB is #327B24. Grayscale: #A3A3A3. Windows color (decimal): -3308325 or 14386381. OLE color: 14386381.
HSL color Cylindrical-coordinate representation of color #CD84DB: hue angle of 290.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD84DB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 132 | 219 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 290.34º | 0.55% | 0.69% | - |
| HSV(B) | 290.34º | 0.4% | 0.86% | - |
| XYZ | 46.21 | 34.6 | 71.26 | - |
| YUV | 163.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 219 | 0.06 | 0.40 | 0 | 0.14 | 290.34 | 0.55 | 0.69 |
| Hex | CD | 84 | DB | 6 | 28 | 0 | E | 122 | 37 | 45 |
| Octal | 315 | 204 | 333 | 6 | 50 | 0 | 16 | 442 | 67 | 105 |
| Binary | 11001101 | 10000100 | 11011011 | 110 | 101000 | 0 | 1110 | 100100010 | 110111 | 1000101 |
Color Harmonies of #CD84DB
Complementary color
Monochromatic Colors of #CD84DB
Black with #CD84DB
Text Example
Text Example
White with #CD84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84DB; }
p { color: rgb(205,132,219); }
H1.HeaderClassName
{
color: #CD84DB;
}
.AnyTagClassName
{
color: #CD84DB;
}
</style>
background-color css
<style>
a { background-color: #CD84DB; }
a { background-color: rgb(205,132,219); }
div.DivClassName
{
background-color: #CD84DB;
}
.BgClassName
{
background-color: #CD84DB;
}
</style>
border-color css
<style>
span { border-color: #CD84DB; }
span { border-color: rgb(205,132,219); }
td.TdClassName
{
border-color: #CD84DB;
}
.TagClassName
{
border-color: #CD84DB;
}
</style>