Shades of Orchid #C77BBA
Tints of Orchid #C77BBA
RGB
CMYK
RGB Variations
Color information
#C77BBA (or 0xC77BBA) is known color: Orchid. HEX triplet: C7, 7B and BA. RGB value is (199,123,186). Sum of RGB (Red+Green+Blue) = 199+123+186=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BBA is #388445. Grayscale: #989898. Windows color (decimal): -3703878 or 12221383. OLE color: 12221383.
HSL color Cylindrical-coordinate representation of color #C77BBA: hue angle of 310.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77BBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 186 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.22 |
| HSL | 310.26º | 0.4% | 0.63% | - |
| HSV(B) | 310.26º | 0.38% | 0.78% | - |
| XYZ | 39.5 | 29.85 | 50.13 | - |
| YUV | 152.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 186 | 0 | 0.38 | 0.07 | 0.22 | 310.26 | 0.4 | 0.63 |
| Hex | C7 | 7B | BA | 0 | 26 | 7 | 16 | 136 | 28 | 3F |
| Octal | 307 | 173 | 272 | 0 | 46 | 7 | 26 | 466 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10111010 | 0 | 100110 | 111 | 10110 | 100110110 | 101000 | 111111 |
Color Harmonies of #C77BBA
Complementary color
Monochromatic Colors of #C77BBA
Black with #C77BBA
Text Example
Text Example
White with #C77BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BBA; }
p { color: rgb(199,123,186); }
H1.HeaderClassName
{
color: #C77BBA;
}
.AnyTagClassName
{
color: #C77BBA;
}
</style>
background-color css
<style>
a { background-color: #C77BBA; }
a { background-color: rgb(199,123,186); }
div.DivClassName
{
background-color: #C77BBA;
}
.BgClassName
{
background-color: #C77BBA;
}
</style>
border-color css
<style>
span { border-color: #C77BBA; }
span { border-color: rgb(199,123,186); }
td.TdClassName
{
border-color: #C77BBA;
}
.TagClassName
{
border-color: #C77BBA;
}
</style>