Shades of Orchid #C776BA
Tints of Orchid #C776BA
RGB
CMYK
RGB Variations
Color information
#C776BA (or 0xC776BA) is known color: Orchid. HEX triplet: C7, 76 and BA. RGB value is (199,118,186). Sum of RGB (Red+Green+Blue) = 199+118+186=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776BA is #388945. Grayscale: #959595. Windows color (decimal): -3705158 or 12220103. OLE color: 12220103.
HSL color Cylindrical-coordinate representation of color #C776BA: hue angle of 309.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776BA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 186 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.22 |
| HSL | 309.63º | 0.42% | 0.62% | - |
| HSV(B) | 309.63º | 0.41% | 0.78% | - |
| XYZ | 38.89 | 28.64 | 49.93 | - |
| YUV | 149.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 186 | 0 | 0.41 | 0.07 | 0.22 | 309.63 | 0.42 | 0.62 |
| Hex | C7 | 76 | BA | 0 | 29 | 7 | 16 | 136 | 2A | 3E |
| Octal | 307 | 166 | 272 | 0 | 51 | 7 | 26 | 466 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10111010 | 0 | 101001 | 111 | 10110 | 100110110 | 101010 | 111110 |
Color Harmonies of #C776BA
Complementary color
Monochromatic Colors of #C776BA
Black with #C776BA
Text Example
Text Example
White with #C776BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776BA; }
p { color: rgb(199,118,186); }
H1.HeaderClassName
{
color: #C776BA;
}
.AnyTagClassName
{
color: #C776BA;
}
</style>
background-color css
<style>
a { background-color: #C776BA; }
a { background-color: rgb(199,118,186); }
div.DivClassName
{
background-color: #C776BA;
}
.BgClassName
{
background-color: #C776BA;
}
</style>
border-color css
<style>
span { border-color: #C776BA; }
span { border-color: rgb(199,118,186); }
td.TdClassName
{
border-color: #C776BA;
}
.TagClassName
{
border-color: #C776BA;
}
</style>