Shades of Orchid #C077C9
Tints of Orchid #C077C9
RGB
CMYK
RGB Variations
Color information
#C077C9 (or 0xC077C9) is known color: Orchid. HEX triplet: C0, 77 and C9. RGB value is (192,119,201). Sum of RGB (Red+Green+Blue) = 192+119+201=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #C077C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077C9 is #3F8836. Grayscale: #959595. Windows color (decimal): -4163639 or 13203392. OLE color: 13203392.
HSL color Cylindrical-coordinate representation of color #C077C9: hue angle of 293.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C077C9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 119 | 201 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.21 |
| HSL | 293.41º | 0.43% | 0.63% | - |
| HSV(B) | 293.41º | 0.41% | 0.79% | - |
| XYZ | 38.88 | 28.62 | 58.73 | - |
| YUV | 150.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 201 | 0.04 | 0.41 | 0 | 0.21 | 293.41 | 0.43 | 0.63 |
| Hex | C0 | 77 | C9 | 4 | 29 | 0 | 15 | 125 | 2B | 3F |
| Octal | 300 | 167 | 311 | 4 | 51 | 0 | 25 | 445 | 53 | 77 |
| Binary | 11000000 | 1110111 | 11001001 | 100 | 101001 | 0 | 10101 | 100100101 | 101011 | 111111 |
Color Harmonies of #C077C9
Complementary color
Monochromatic Colors of #C077C9
Black with #C077C9
Text Example
Text Example
White with #C077C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077C9; }
p { color: rgb(192,119,201); }
H1.HeaderClassName
{
color: #C077C9;
}
.AnyTagClassName
{
color: #C077C9;
}
</style>
background-color css
<style>
a { background-color: #C077C9; }
a { background-color: rgb(192,119,201); }
div.DivClassName
{
background-color: #C077C9;
}
.BgClassName
{
background-color: #C077C9;
}
</style>
border-color css
<style>
span { border-color: #C077C9; }
span { border-color: rgb(192,119,201); }
td.TdClassName
{
border-color: #C077C9;
}
.TagClassName
{
border-color: #C077C9;
}
</style>