Shades of Orchid #C77AC0
Tints of Orchid #C77AC0
RGB
CMYK
RGB Variations
Color information
#C77AC0 (or 0xC77AC0) is known color: Orchid. HEX triplet: C7, 7A and C0. RGB value is (199,122,192). Sum of RGB (Red+Green+Blue) = 199+122+192=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AC0 is #38853F. Grayscale: #989898. Windows color (decimal): -3704128 or 12614343. OLE color: 12614343.
HSL color Cylindrical-coordinate representation of color #C77AC0: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77AC0 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 192 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.22 |
| HSL | 305.45º | 0.41% | 0.63% | - |
| HSV(B) | 305.45º | 0.39% | 0.78% | - |
| XYZ | 40.03 | 29.87 | 53.52 | - |
| YUV | 153 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 192 | 0 | 0.39 | 0.04 | 0.22 | 305.45 | 0.41 | 0.63 |
| Hex | C7 | 7A | C0 | 0 | 27 | 4 | 16 | 131 | 29 | 3F |
| Octal | 307 | 172 | 300 | 0 | 47 | 4 | 26 | 461 | 51 | 77 |
| Binary | 11000111 | 1111010 | 11000000 | 0 | 100111 | 100 | 10110 | 100110001 | 101001 | 111111 |
Color Harmonies of #C77AC0
Complementary color
Monochromatic Colors of #C77AC0
Black with #C77AC0
Text Example
Text Example
White with #C77AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AC0; }
p { color: rgb(199,122,192); }
H1.HeaderClassName
{
color: #C77AC0;
}
.AnyTagClassName
{
color: #C77AC0;
}
</style>
background-color css
<style>
a { background-color: #C77AC0; }
a { background-color: rgb(199,122,192); }
div.DivClassName
{
background-color: #C77AC0;
}
.BgClassName
{
background-color: #C77AC0;
}
</style>
border-color css
<style>
span { border-color: #C77AC0; }
span { border-color: rgb(199,122,192); }
td.TdClassName
{
border-color: #C77AC0;
}
.TagClassName
{
border-color: #C77AC0;
}
</style>