Shades of Orchid #C777B9
Tints of Orchid #C777B9
RGB
CMYK
RGB Variations
Color information
#C777B9 (or 0xC777B9) is known color: Orchid. HEX triplet: C7, 77 and B9. RGB value is (199,119,185). Sum of RGB (Red+Green+Blue) = 199+119+185=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C777B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777B9 is #388846. Grayscale: #969696. Windows color (decimal): -3704903 or 12154823. OLE color: 12154823.
HSL color Cylindrical-coordinate representation of color #C777B9: hue angle of 310.5º 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 #C777B9 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 185 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.22 |
| HSL | 310.5º | 0.42% | 0.62% | - |
| HSV(B) | 310.5º | 0.4% | 0.78% | - |
| XYZ | 38.91 | 28.84 | 49.41 | - |
| YUV | 150.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 185 | 0 | 0.40 | 0.07 | 0.22 | 310.5 | 0.42 | 0.62 |
| Hex | C7 | 77 | B9 | 0 | 28 | 7 | 16 | 136 | 2A | 3E |
| Octal | 307 | 167 | 271 | 0 | 50 | 7 | 26 | 466 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10111001 | 0 | 101000 | 111 | 10110 | 100110110 | 101010 | 111110 |
Color Harmonies of #C777B9
Complementary color
Monochromatic Colors of #C777B9
Black with #C777B9
Text Example
Text Example
White with #C777B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777B9; }
p { color: rgb(199,119,185); }
H1.HeaderClassName
{
color: #C777B9;
}
.AnyTagClassName
{
color: #C777B9;
}
</style>
background-color css
<style>
a { background-color: #C777B9; }
a { background-color: rgb(199,119,185); }
div.DivClassName
{
background-color: #C777B9;
}
.BgClassName
{
background-color: #C777B9;
}
</style>
border-color css
<style>
span { border-color: #C777B9; }
span { border-color: rgb(199,119,185); }
td.TdClassName
{
border-color: #C777B9;
}
.TagClassName
{
border-color: #C777B9;
}
</style>