Shades of Orchid #CD83DB
Tints of Orchid #CD83DB
RGB
CMYK
RGB Variations
Color information
#CD83DB (or 0xCD83DB) is known color: Orchid. HEX triplet: CD, 83 and DB. RGB value is (205,131,219). Sum of RGB (Red+Green+Blue) = 205+131+219=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83DB is #327C24. Grayscale: #A2A2A2. Windows color (decimal): -3308581 or 14386125. OLE color: 14386125.
HSL color Cylindrical-coordinate representation of color #CD83DB: hue angle of 290.45º 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 #CD83DB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 131 | 219 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 290.45º | 0.55% | 0.69% | - |
| HSV(B) | 290.45º | 0.4% | 0.86% | - |
| XYZ | 46.08 | 34.33 | 71.21 | - |
| YUV | 163.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 219 | 0.06 | 0.40 | 0 | 0.14 | 290.45 | 0.55 | 0.69 |
| Hex | CD | 83 | DB | 6 | 28 | 0 | E | 122 | 37 | 45 |
| Octal | 315 | 203 | 333 | 6 | 50 | 0 | 16 | 442 | 67 | 105 |
| Binary | 11001101 | 10000011 | 11011011 | 110 | 101000 | 0 | 1110 | 100100010 | 110111 | 1000101 |
Color Harmonies of #CD83DB
Complementary color
Monochromatic Colors of #CD83DB
Black with #CD83DB
Text Example
Text Example
White with #CD83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD83DB; }
p { color: rgb(205,131,219); }
H1.HeaderClassName
{
color: #CD83DB;
}
.AnyTagClassName
{
color: #CD83DB;
}
</style>
background-color css
<style>
a { background-color: #CD83DB; }
a { background-color: rgb(205,131,219); }
div.DivClassName
{
background-color: #CD83DB;
}
.BgClassName
{
background-color: #CD83DB;
}
</style>
border-color css
<style>
span { border-color: #CD83DB; }
span { border-color: rgb(205,131,219); }
td.TdClassName
{
border-color: #CD83DB;
}
.TagClassName
{
border-color: #CD83DB;
}
</style>