Shades of Orchid #C77CC6
Tints of Orchid #C77CC6
RGB
CMYK
RGB Variations
Color information
#C77CC6 (or 0xC77CC6) is known color: Orchid. HEX triplet: C7, 7C and C6. RGB value is (199,124,198). Sum of RGB (Red+Green+Blue) = 199+124+198=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC6 is #388339. Grayscale: #9A9A9A. Windows color (decimal): -3703610 or 13008071. OLE color: 13008071.
HSL color Cylindrical-coordinate representation of color #C77CC6: hue angle of 300.8º 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 #C77CC6 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 198 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.22 |
| HSL | 300.8º | 0.4% | 0.63% | - |
| HSV(B) | 300.8º | 0.38% | 0.78% | - |
| XYZ | 40.95 | 30.63 | 57.18 | - |
| YUV | 154.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 198 | 0 | 0.38 | 0.01 | 0.22 | 300.8 | 0.4 | 0.63 |
| Hex | C7 | 7C | C6 | 0 | 26 | 1 | 16 | 12D | 28 | 3F |
| Octal | 307 | 174 | 306 | 0 | 46 | 1 | 26 | 455 | 50 | 77 |
| Binary | 11000111 | 1111100 | 11000110 | 0 | 100110 | 1 | 10110 | 100101101 | 101000 | 111111 |
Color Harmonies of #C77CC6
Complementary color
Monochromatic Colors of #C77CC6
Black with #C77CC6
Text Example
Text Example
White with #C77CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CC6; }
p { color: rgb(199,124,198); }
H1.HeaderClassName
{
color: #C77CC6;
}
.AnyTagClassName
{
color: #C77CC6;
}
</style>
background-color css
<style>
a { background-color: #C77CC6; }
a { background-color: rgb(199,124,198); }
div.DivClassName
{
background-color: #C77CC6;
}
.BgClassName
{
background-color: #C77CC6;
}
</style>
border-color css
<style>
span { border-color: #C77CC6; }
span { border-color: rgb(199,124,198); }
td.TdClassName
{
border-color: #C77CC6;
}
.TagClassName
{
border-color: #C77CC6;
}
</style>