Shades of Orchid #CD77C6
Tints of Orchid #CD77C6
RGB
CMYK
RGB Variations
Color information
#CD77C6 (or 0xCD77C6) is known color: Orchid. HEX triplet: CD, 77 and C6. RGB value is (205,119,198). Sum of RGB (Red+Green+Blue) = 205+119+198=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C6 is #328839. Grayscale: #999999. Windows color (decimal): -3311674 or 13006797. OLE color: 13006797.
HSL color Cylindrical-coordinate representation of color #CD77C6: hue angle of 304.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77C6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 198 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.20 |
| HSL | 304.88º | 0.46% | 0.64% | - |
| HSV(B) | 304.88º | 0.42% | 0.8% | - |
| XYZ | 41.97 | 30.25 | 57.05 | - |
| YUV | 153.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 198 | 0 | 0.42 | 0.03 | 0.20 | 304.88 | 0.46 | 0.64 |
| Hex | CD | 77 | C6 | 0 | 2A | 3 | 14 | 131 | 2E | 40 |
| Octal | 315 | 167 | 306 | 0 | 52 | 3 | 24 | 461 | 56 | 100 |
| Binary | 11001101 | 1110111 | 11000110 | 0 | 101010 | 11 | 10100 | 100110001 | 101110 | 1000000 |
Color Harmonies of #CD77C6
Complementary color
Monochromatic Colors of #CD77C6
Black with #CD77C6
Text Example
Text Example
White with #CD77C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77C6; }
p { color: rgb(205,119,198); }
H1.HeaderClassName
{
color: #CD77C6;
}
.AnyTagClassName
{
color: #CD77C6;
}
</style>
background-color css
<style>
a { background-color: #CD77C6; }
a { background-color: rgb(205,119,198); }
div.DivClassName
{
background-color: #CD77C6;
}
.BgClassName
{
background-color: #CD77C6;
}
</style>
border-color css
<style>
span { border-color: #CD77C6; }
span { border-color: rgb(205,119,198); }
td.TdClassName
{
border-color: #CD77C6;
}
.TagClassName
{
border-color: #CD77C6;
}
</style>