Shades of Orchid #C776D8
Tints of Orchid #C776D8
RGB
CMYK
RGB Variations
Color information
#C776D8 (or 0xC776D8) is known color: Orchid. HEX triplet: C7, 76 and D8. RGB value is (199,118,216). Sum of RGB (Red+Green+Blue) = 199+118+216=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #C776D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776D8 is #388927. Grayscale: #999999. Windows color (decimal): -3705128 or 14186183. OLE color: 14186183.
HSL color Cylindrical-coordinate representation of color #C776D8: hue angle of 289.59º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C776D8 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 118 | 216 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.15 |
| HSL | 289.59º | 0.56% | 0.65% | - |
| HSV(B) | 289.59º | 0.45% | 0.85% | - |
| XYZ | 42.43 | 30.06 | 68.53 | - |
| YUV | 153.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 216 | 0.08 | 0.45 | 0 | 0.15 | 289.59 | 0.56 | 0.65 |
| Hex | C7 | 76 | D8 | 8 | 2D | 0 | F | 122 | 38 | 41 |
| Octal | 307 | 166 | 330 | 10 | 55 | 0 | 17 | 442 | 70 | 101 |
| Binary | 11000111 | 1110110 | 11011000 | 1000 | 101101 | 0 | 1111 | 100100010 | 111000 | 1000001 |
Color Harmonies of #C776D8
Complementary color
Monochromatic Colors of #C776D8
Black with #C776D8
Text Example
Text Example
White with #C776D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776D8; }
p { color: rgb(199,118,216); }
H1.HeaderClassName
{
color: #C776D8;
}
.AnyTagClassName
{
color: #C776D8;
}
</style>
background-color css
<style>
a { background-color: #C776D8; }
a { background-color: rgb(199,118,216); }
div.DivClassName
{
background-color: #C776D8;
}
.BgClassName
{
background-color: #C776D8;
}
</style>
border-color css
<style>
span { border-color: #C776D8; }
span { border-color: rgb(199,118,216); }
td.TdClassName
{
border-color: #C776D8;
}
.TagClassName
{
border-color: #C776D8;
}
</style>