Shades of Orchid #CD77DB
Tints of Orchid #CD77DB
RGB
CMYK
RGB Variations
Color information
#CD77DB (or 0xCD77DB) is known color: Orchid. HEX triplet: CD, 77 and DB. RGB value is (205,119,219). Sum of RGB (Red+Green+Blue) = 205+119+219=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DB is #328824. Grayscale: #9B9B9B. Windows color (decimal): -3311653 or 14383053. OLE color: 14383053.
HSL color Cylindrical-coordinate representation of color #CD77DB: hue angle of 291.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD77DB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 119 | 219 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.14 |
| HSL | 291.6º | 0.58% | 0.66% | - |
| HSV(B) | 291.6º | 0.46% | 0.86% | - |
| XYZ | 44.56 | 31.29 | 70.71 | - |
| YUV | 156.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 219 | 0.06 | 0.46 | 0 | 0.14 | 291.6 | 0.58 | 0.66 |
| Hex | CD | 77 | DB | 6 | 2E | 0 | E | 124 | 3A | 42 |
| Octal | 315 | 167 | 333 | 6 | 56 | 0 | 16 | 444 | 72 | 102 |
| Binary | 11001101 | 1110111 | 11011011 | 110 | 101110 | 0 | 1110 | 100100100 | 111010 | 1000010 |
Color Harmonies of #CD77DB
Complementary color
Monochromatic Colors of #CD77DB
Black with #CD77DB
Text Example
Text Example
White with #CD77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77DB; }
p { color: rgb(205,119,219); }
H1.HeaderClassName
{
color: #CD77DB;
}
.AnyTagClassName
{
color: #CD77DB;
}
</style>
background-color css
<style>
a { background-color: #CD77DB; }
a { background-color: rgb(205,119,219); }
div.DivClassName
{
background-color: #CD77DB;
}
.BgClassName
{
background-color: #CD77DB;
}
</style>
border-color css
<style>
span { border-color: #CD77DB; }
span { border-color: rgb(205,119,219); }
td.TdClassName
{
border-color: #CD77DB;
}
.TagClassName
{
border-color: #CD77DB;
}
</style>