Shades of Orchid #C776CB
Tints of Orchid #C776CB
RGB
CMYK
RGB Variations
Color information
#C776CB (or 0xC776CB) is known color: Orchid. HEX triplet: C7, 76 and CB. RGB value is (199,118,203). Sum of RGB (Red+Green+Blue) = 199+118+203=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C776CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776CB is #388934. Grayscale: #979797. Windows color (decimal): -3705141 or 13334215. OLE color: 13334215.
HSL color Cylindrical-coordinate representation of color #C776CB: hue angle of 297.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C776CB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 118 | 203 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.20 |
| HSL | 297.18º | 0.45% | 0.63% | - |
| HSV(B) | 297.18º | 0.42% | 0.8% | - |
| XYZ | 40.81 | 29.41 | 60.03 | - |
| YUV | 151.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 203 | 0.02 | 0.42 | 0 | 0.20 | 297.18 | 0.45 | 0.63 |
| Hex | C7 | 76 | CB | 2 | 2A | 0 | 14 | 129 | 2D | 3F |
| Octal | 307 | 166 | 313 | 2 | 52 | 0 | 24 | 451 | 55 | 77 |
| Binary | 11000111 | 1110110 | 11001011 | 10 | 101010 | 0 | 10100 | 100101001 | 101101 | 111111 |
Color Harmonies of #C776CB
Complementary color
Monochromatic Colors of #C776CB
Black with #C776CB
Text Example
Text Example
White with #C776CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776CB; }
p { color: rgb(199,118,203); }
H1.HeaderClassName
{
color: #C776CB;
}
.AnyTagClassName
{
color: #C776CB;
}
</style>
background-color css
<style>
a { background-color: #C776CB; }
a { background-color: rgb(199,118,203); }
div.DivClassName
{
background-color: #C776CB;
}
.BgClassName
{
background-color: #C776CB;
}
</style>
border-color css
<style>
span { border-color: #C776CB; }
span { border-color: rgb(199,118,203); }
td.TdClassName
{
border-color: #C776CB;
}
.TagClassName
{
border-color: #C776CB;
}
</style>