Shades of Orchid #C077D0
Tints of Orchid #C077D0
RGB
CMYK
RGB Variations
Color information
#C077D0 (or 0xC077D0) is known color: Orchid. HEX triplet: C0, 77 and D0. RGB value is (192,119,208). Sum of RGB (Red+Green+Blue) = 192+119+208=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #C077D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077D0 is #3F882F. Grayscale: #969696. Windows color (decimal): -4163632 or 13662144. OLE color: 13662144.
HSL color Cylindrical-coordinate representation of color #C077D0: hue angle of 289.21º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C077D0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 119 | 208 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.18 |
| HSL | 289.21º | 0.49% | 0.64% | - |
| HSV(B) | 289.21º | 0.43% | 0.82% | - |
| XYZ | 39.72 | 28.95 | 63.17 | - |
| YUV | 150.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 208 | 0.08 | 0.43 | 0 | 0.18 | 289.21 | 0.49 | 0.64 |
| Hex | C0 | 77 | D0 | 8 | 2B | 0 | 12 | 121 | 31 | 40 |
| Octal | 300 | 167 | 320 | 10 | 53 | 0 | 22 | 441 | 61 | 100 |
| Binary | 11000000 | 1110111 | 11010000 | 1000 | 101011 | 0 | 10010 | 100100001 | 110001 | 1000000 |
Color Harmonies of #C077D0
Complementary color
Monochromatic Colors of #C077D0
Black with #C077D0
Text Example
Text Example
White with #C077D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077D0; }
p { color: rgb(192,119,208); }
H1.HeaderClassName
{
color: #C077D0;
}
.AnyTagClassName
{
color: #C077D0;
}
</style>
background-color css
<style>
a { background-color: #C077D0; }
a { background-color: rgb(192,119,208); }
div.DivClassName
{
background-color: #C077D0;
}
.BgClassName
{
background-color: #C077D0;
}
</style>
border-color css
<style>
span { border-color: #C077D0; }
span { border-color: rgb(192,119,208); }
td.TdClassName
{
border-color: #C077D0;
}
.TagClassName
{
border-color: #C077D0;
}
</style>