Shades of Orchid #CD77DC
Tints of Orchid #CD77DC
RGB
CMYK
RGB Variations
Color information
#CD77DC (or 0xCD77DC) is known color: Orchid. HEX triplet: CD, 77 and DC. RGB value is (205,119,220). Sum of RGB (Red+Green+Blue) = 205+119+220=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DC is #328823. Grayscale: #9B9B9B. Windows color (decimal): -3311652 or 14448589. OLE color: 14448589.
HSL color Cylindrical-coordinate representation of color #CD77DC: hue angle of 291.09º degrees, saturation: 0.59, 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 #CD77DC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 119 | 220 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.14 |
| HSL | 291.09º | 0.59% | 0.66% | - |
| HSV(B) | 291.09º | 0.46% | 0.86% | - |
| XYZ | 44.69 | 31.34 | 71.4 | - |
| YUV | 156.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 220 | 0.07 | 0.46 | 0 | 0.14 | 291.09 | 0.59 | 0.66 |
| Hex | CD | 77 | DC | 7 | 2E | 0 | E | 123 | 3B | 42 |
| Octal | 315 | 167 | 334 | 7 | 56 | 0 | 16 | 443 | 73 | 102 |
| Binary | 11001101 | 1110111 | 11011100 | 111 | 101110 | 0 | 1110 | 100100011 | 111011 | 1000010 |
Color Harmonies of #CD77DC
Complementary color
Monochromatic Colors of #CD77DC
Black with #CD77DC
Text Example
Text Example
White with #CD77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77DC; }
p { color: rgb(205,119,220); }
H1.HeaderClassName
{
color: #CD77DC;
}
.AnyTagClassName
{
color: #CD77DC;
}
</style>
background-color css
<style>
a { background-color: #CD77DC; }
a { background-color: rgb(205,119,220); }
div.DivClassName
{
background-color: #CD77DC;
}
.BgClassName
{
background-color: #CD77DC;
}
</style>
border-color css
<style>
span { border-color: #CD77DC; }
span { border-color: rgb(205,119,220); }
td.TdClassName
{
border-color: #CD77DC;
}
.TagClassName
{
border-color: #CD77DC;
}
</style>