Shades of Orchid #C77BC5
Tints of Orchid #C77BC5
RGB
CMYK
RGB Variations
Color information
#C77BC5 (or 0xC77BC5) is known color: Orchid. HEX triplet: C7, 7B and C5. RGB value is (199,123,197). Sum of RGB (Red+Green+Blue) = 199+123+197=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BC5 is #38843A. Grayscale: #999999. Windows color (decimal): -3703867 or 12942279. OLE color: 12942279.
HSL color Cylindrical-coordinate representation of color #C77BC5: hue angle of 301.58º 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 #C77BC5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 197 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.22 |
| HSL | 301.58º | 0.4% | 0.63% | - |
| HSV(B) | 301.58º | 0.38% | 0.78% | - |
| XYZ | 40.71 | 30.34 | 56.53 | - |
| YUV | 154.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 197 | 0 | 0.38 | 0.01 | 0.22 | 301.58 | 0.4 | 0.63 |
| Hex | C7 | 7B | C5 | 0 | 26 | 1 | 16 | 12E | 28 | 3F |
| Octal | 307 | 173 | 305 | 0 | 46 | 1 | 26 | 456 | 50 | 77 |
| Binary | 11000111 | 1111011 | 11000101 | 0 | 100110 | 1 | 10110 | 100101110 | 101000 | 111111 |
Color Harmonies of #C77BC5
Complementary color
Monochromatic Colors of #C77BC5
Black with #C77BC5
Text Example
Text Example
White with #C77BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BC5; }
p { color: rgb(199,123,197); }
H1.HeaderClassName
{
color: #C77BC5;
}
.AnyTagClassName
{
color: #C77BC5;
}
</style>
background-color css
<style>
a { background-color: #C77BC5; }
a { background-color: rgb(199,123,197); }
div.DivClassName
{
background-color: #C77BC5;
}
.BgClassName
{
background-color: #C77BC5;
}
</style>
border-color css
<style>
span { border-color: #C77BC5; }
span { border-color: rgb(199,123,197); }
td.TdClassName
{
border-color: #C77BC5;
}
.TagClassName
{
border-color: #C77BC5;
}
</style>