Shades of Orchid #C077CE
Tints of Orchid #C077CE
RGB
CMYK
RGB Variations
Color information
#C077CE (or 0xC077CE) is known color: Orchid. HEX triplet: C0, 77 and CE. RGB value is (192,119,206). Sum of RGB (Red+Green+Blue) = 192+119+206=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C077CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077CE is #3F8831. Grayscale: #969696. Windows color (decimal): -4163634 or 13531072. OLE color: 13531072.
HSL color Cylindrical-coordinate representation of color #C077CE: hue angle of 290.34º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C077CE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 119 | 206 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.19 |
| HSL | 290.34º | 0.47% | 0.64% | - |
| HSV(B) | 290.34º | 0.42% | 0.81% | - |
| XYZ | 39.48 | 28.86 | 61.88 | - |
| YUV | 150.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 206 | 0.07 | 0.42 | 0 | 0.19 | 290.34 | 0.47 | 0.64 |
| Hex | C0 | 77 | CE | 7 | 2A | 0 | 13 | 122 | 2F | 40 |
| Octal | 300 | 167 | 316 | 7 | 52 | 0 | 23 | 442 | 57 | 100 |
| Binary | 11000000 | 1110111 | 11001110 | 111 | 101010 | 0 | 10011 | 100100010 | 101111 | 1000000 |
Color Harmonies of #C077CE
Complementary color
Monochromatic Colors of #C077CE
Black with #C077CE
Text Example
Text Example
White with #C077CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077CE; }
p { color: rgb(192,119,206); }
H1.HeaderClassName
{
color: #C077CE;
}
.AnyTagClassName
{
color: #C077CE;
}
</style>
background-color css
<style>
a { background-color: #C077CE; }
a { background-color: rgb(192,119,206); }
div.DivClassName
{
background-color: #C077CE;
}
.BgClassName
{
background-color: #C077CE;
}
</style>
border-color css
<style>
span { border-color: #C077CE; }
span { border-color: rgb(192,119,206); }
td.TdClassName
{
border-color: #C077CE;
}
.TagClassName
{
border-color: #C077CE;
}
</style>