Shades of Orchid #C77DCC
Tints of Orchid #C77DCC
RGB
CMYK
RGB Variations
Color information
#C77DCC (or 0xC77DCC) is known color: Orchid. HEX triplet: C7, 7D and CC. RGB value is (199,125,204). Sum of RGB (Red+Green+Blue) = 199+125+204=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCC is #388233. Grayscale: #9B9B9B. Windows color (decimal): -3703348 or 13401543. OLE color: 13401543.
HSL color Cylindrical-coordinate representation of color #C77DCC: hue angle of 296.2º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77DCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 125 | 204 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.2 |
| HSL | 296.2º | 0.44% | 0.65% | - |
| HSV(B) | 296.2º | 0.39% | 0.8% | - |
| XYZ | 41.79 | 31.17 | 60.94 | - |
| YUV | 156.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 204 | 0.02 | 0.39 | 0 | 0.2 | 296.2 | 0.44 | 0.65 |
| Hex | C7 | 7D | CC | 2 | 27 | 0 | 14 | 128 | 2C | 41 |
| Octal | 307 | 175 | 314 | 2 | 47 | 0 | 24 | 450 | 54 | 101 |
| Binary | 11000111 | 1111101 | 11001100 | 10 | 100111 | 0 | 10100 | 100101000 | 101100 | 1000001 |
Color Harmonies of #C77DCC
Complementary color
Monochromatic Colors of #C77DCC
Black with #C77DCC
Text Example
Text Example
White with #C77DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DCC; }
p { color: rgb(199,125,204); }
H1.HeaderClassName
{
color: #C77DCC;
}
.AnyTagClassName
{
color: #C77DCC;
}
</style>
background-color css
<style>
a { background-color: #C77DCC; }
a { background-color: rgb(199,125,204); }
div.DivClassName
{
background-color: #C77DCC;
}
.BgClassName
{
background-color: #C77DCC;
}
</style>
border-color css
<style>
span { border-color: #C77DCC; }
span { border-color: rgb(199,125,204); }
td.TdClassName
{
border-color: #C77DCC;
}
.TagClassName
{
border-color: #C77DCC;
}
</style>