Shades of Orchid #C776DC
Tints of Orchid #C776DC
RGB
CMYK
RGB Variations
Color information
#C776DC (or 0xC776DC) is known color: Orchid. HEX triplet: C7, 76 and DC. RGB value is (199,118,220). Sum of RGB (Red+Green+Blue) = 199+118+220=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C776DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776DC is #388923. Grayscale: #999999. Windows color (decimal): -3705124 or 14448327. OLE color: 14448327.
HSL color Cylindrical-coordinate representation of color #C776DC: hue angle of 287.65º 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 #C776DC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 118 | 220 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.14 |
| HSL | 287.65º | 0.59% | 0.66% | - |
| HSV(B) | 287.65º | 0.46% | 0.86% | - |
| XYZ | 42.95 | 30.27 | 71.29 | - |
| YUV | 153.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 220 | 0.10 | 0.46 | 0 | 0.14 | 287.65 | 0.59 | 0.66 |
| Hex | C7 | 76 | DC | A | 2E | 0 | E | 120 | 3B | 42 |
| Octal | 307 | 166 | 334 | 12 | 56 | 0 | 16 | 440 | 73 | 102 |
| Binary | 11000111 | 1110110 | 11011100 | 1010 | 101110 | 0 | 1110 | 100100000 | 111011 | 1000010 |
Color Harmonies of #C776DC
Complementary color
Monochromatic Colors of #C776DC
Black with #C776DC
Text Example
Text Example
White with #C776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776DC; }
p { color: rgb(199,118,220); }
H1.HeaderClassName
{
color: #C776DC;
}
.AnyTagClassName
{
color: #C776DC;
}
</style>
background-color css
<style>
a { background-color: #C776DC; }
a { background-color: rgb(199,118,220); }
div.DivClassName
{
background-color: #C776DC;
}
.BgClassName
{
background-color: #C776DC;
}
</style>
border-color css
<style>
span { border-color: #C776DC; }
span { border-color: rgb(199,118,220); }
td.TdClassName
{
border-color: #C776DC;
}
.TagClassName
{
border-color: #C776DC;
}
</style>