Shades of Orchid #CD81DB
Tints of Orchid #CD81DB
RGB
CMYK
RGB Variations
Color information
#CD81DB (or 0xCD81DB) is known color: Orchid. HEX triplet: CD, 81 and DB. RGB value is (205,129,219). Sum of RGB (Red+Green+Blue) = 205+129+219=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81DB is #327E24. Grayscale: #A1A1A1. Windows color (decimal): -3309093 or 14385613. OLE color: 14385613.
HSL color Cylindrical-coordinate representation of color #CD81DB: hue angle of 290.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD81DB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 129 | 219 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.14 |
| HSL | 290.67º | 0.56% | 0.68% | - |
| HSV(B) | 290.67º | 0.41% | 0.86% | - |
| XYZ | 45.81 | 33.79 | 71.13 | - |
| YUV | 161.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 219 | 0.06 | 0.41 | 0 | 0.14 | 290.67 | 0.56 | 0.68 |
| Hex | CD | 81 | DB | 6 | 29 | 0 | E | 123 | 38 | 44 |
| Octal | 315 | 201 | 333 | 6 | 51 | 0 | 16 | 443 | 70 | 104 |
| Binary | 11001101 | 10000001 | 11011011 | 110 | 101001 | 0 | 1110 | 100100011 | 111000 | 1000100 |
Color Harmonies of #CD81DB
Complementary color
Monochromatic Colors of #CD81DB
Black with #CD81DB
Text Example
Text Example
White with #CD81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81DB; }
p { color: rgb(205,129,219); }
H1.HeaderClassName
{
color: #CD81DB;
}
.AnyTagClassName
{
color: #CD81DB;
}
</style>
background-color css
<style>
a { background-color: #CD81DB; }
a { background-color: rgb(205,129,219); }
div.DivClassName
{
background-color: #CD81DB;
}
.BgClassName
{
background-color: #CD81DB;
}
</style>
border-color css
<style>
span { border-color: #CD81DB; }
span { border-color: rgb(205,129,219); }
td.TdClassName
{
border-color: #CD81DB;
}
.TagClassName
{
border-color: #CD81DB;
}
</style>