Shades of Orchid #C077C6
Tints of Orchid #C077C6
RGB
CMYK
RGB Variations
Color information
#C077C6 (or 0xC077C6) is known color: Orchid. HEX triplet: C0, 77 and C6. RGB value is (192,119,198). Sum of RGB (Red+Green+Blue) = 192+119+198=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #C077C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C6 is #3F8839. Grayscale: #959595. Windows color (decimal): -4163642 or 13006784. OLE color: 13006784.
HSL color Cylindrical-coordinate representation of color #C077C6: hue angle of 295.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C077C6 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 119 | 198 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.22 |
| HSL | 295.44º | 0.41% | 0.62% | - |
| HSV(B) | 295.44º | 0.4% | 0.78% | - |
| XYZ | 38.53 | 28.48 | 56.89 | - |
| YUV | 149.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 198 | 0.03 | 0.40 | 0 | 0.22 | 295.44 | 0.41 | 0.62 |
| Hex | C0 | 77 | C6 | 3 | 28 | 0 | 16 | 127 | 29 | 3E |
| Octal | 300 | 167 | 306 | 3 | 50 | 0 | 26 | 447 | 51 | 76 |
| Binary | 11000000 | 1110111 | 11000110 | 11 | 101000 | 0 | 10110 | 100100111 | 101001 | 111110 |
Color Harmonies of #C077C6
Complementary color
Monochromatic Colors of #C077C6
Black with #C077C6
Text Example
Text Example
White with #C077C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077C6; }
p { color: rgb(192,119,198); }
H1.HeaderClassName
{
color: #C077C6;
}
.AnyTagClassName
{
color: #C077C6;
}
</style>
background-color css
<style>
a { background-color: #C077C6; }
a { background-color: rgb(192,119,198); }
div.DivClassName
{
background-color: #C077C6;
}
.BgClassName
{
background-color: #C077C6;
}
</style>
border-color css
<style>
span { border-color: #C077C6; }
span { border-color: rgb(192,119,198); }
td.TdClassName
{
border-color: #C077C6;
}
.TagClassName
{
border-color: #C077C6;
}
</style>