Shades of Orchid #C777B6
Tints of Orchid #C777B6
RGB
CMYK
RGB Variations
Color information
#C777B6 (or 0xC777B6) is known color: Orchid. HEX triplet: C7, 77 and B6. RGB value is (199,119,182). Sum of RGB (Red+Green+Blue) = 199+119+182=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C777B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777B6 is #388849. Grayscale: #959595. Windows color (decimal): -3704906 or 11958215. OLE color: 11958215.
HSL color Cylindrical-coordinate representation of color #C777B6: hue angle of 312.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777B6 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 182 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.22 |
| HSL | 312.75º | 0.42% | 0.62% | - |
| HSV(B) | 312.75º | 0.4% | 0.78% | - |
| XYZ | 38.59 | 28.71 | 47.76 | - |
| YUV | 150.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 182 | 0 | 0.40 | 0.09 | 0.22 | 312.75 | 0.42 | 0.62 |
| Hex | C7 | 77 | B6 | 0 | 28 | 9 | 16 | 139 | 2A | 3E |
| Octal | 307 | 167 | 266 | 0 | 50 | 11 | 26 | 471 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10110110 | 0 | 101000 | 1001 | 10110 | 100111001 | 101010 | 111110 |
Color Harmonies of #C777B6
Complementary color
Monochromatic Colors of #C777B6
Black with #C777B6
Text Example
Text Example
White with #C777B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777B6; }
p { color: rgb(199,119,182); }
H1.HeaderClassName
{
color: #C777B6;
}
.AnyTagClassName
{
color: #C777B6;
}
</style>
background-color css
<style>
a { background-color: #C777B6; }
a { background-color: rgb(199,119,182); }
div.DivClassName
{
background-color: #C777B6;
}
.BgClassName
{
background-color: #C777B6;
}
</style>
border-color css
<style>
span { border-color: #C777B6; }
span { border-color: rgb(199,119,182); }
td.TdClassName
{
border-color: #C777B6;
}
.TagClassName
{
border-color: #C777B6;
}
</style>