Shades of Orchid #CD77D8
Tints of Orchid #CD77D8
RGB
CMYK
RGB Variations
Color information
#CD77D8 (or 0xCD77D8) is known color: Orchid. HEX triplet: CD, 77 and D8. RGB value is (205,119,216). Sum of RGB (Red+Green+Blue) = 205+119+216=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77D8 is #328827. Grayscale: #9B9B9B. Windows color (decimal): -3311656 or 14186445. OLE color: 14186445.
HSL color Cylindrical-coordinate representation of color #CD77D8: hue angle of 293.2º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD77D8 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 119 | 216 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.15 |
| HSL | 293.2º | 0.55% | 0.66% | - |
| HSV(B) | 293.2º | 0.45% | 0.85% | - |
| XYZ | 44.17 | 31.13 | 68.65 | - |
| YUV | 155.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 216 | 0.05 | 0.45 | 0 | 0.15 | 293.2 | 0.55 | 0.66 |
| Hex | CD | 77 | D8 | 5 | 2D | 0 | F | 125 | 37 | 42 |
| Octal | 315 | 167 | 330 | 5 | 55 | 0 | 17 | 445 | 67 | 102 |
| Binary | 11001101 | 1110111 | 11011000 | 101 | 101101 | 0 | 1111 | 100100101 | 110111 | 1000010 |
Color Harmonies of #CD77D8
Complementary color
Monochromatic Colors of #CD77D8
Black with #CD77D8
Text Example
Text Example
White with #CD77D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD77D8; }
p { color: rgb(205,119,216); }
H1.HeaderClassName
{
color: #CD77D8;
}
.AnyTagClassName
{
color: #CD77D8;
}
</style>
background-color css
<style>
a { background-color: #CD77D8; }
a { background-color: rgb(205,119,216); }
div.DivClassName
{
background-color: #CD77D8;
}
.BgClassName
{
background-color: #CD77D8;
}
</style>
border-color css
<style>
span { border-color: #CD77D8; }
span { border-color: rgb(205,119,216); }
td.TdClassName
{
border-color: #CD77D8;
}
.TagClassName
{
border-color: #CD77D8;
}
</style>