Shades of Orchid #C077CB
Tints of Orchid #C077CB
RGB
CMYK
RGB Variations
Color information
#C077CB (or 0xC077CB) is known color: Orchid. HEX triplet: C0, 77 and CB. RGB value is (192,119,203). Sum of RGB (Red+Green+Blue) = 192+119+203=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C077CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077CB is #3F8834. Grayscale: #969696. Windows color (decimal): -4163637 or 13334464. OLE color: 13334464.
HSL color Cylindrical-coordinate representation of color #C077CB: hue angle of 292.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C077CB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 119 | 203 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.20 |
| HSL | 292.14º | 0.45% | 0.63% | - |
| HSV(B) | 292.14º | 0.41% | 0.8% | - |
| XYZ | 39.11 | 28.71 | 59.98 | - |
| YUV | 150.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 203 | 0.05 | 0.41 | 0 | 0.20 | 292.14 | 0.45 | 0.63 |
| Hex | C0 | 77 | CB | 5 | 29 | 0 | 14 | 124 | 2D | 3F |
| Octal | 300 | 167 | 313 | 5 | 51 | 0 | 24 | 444 | 55 | 77 |
| Binary | 11000000 | 1110111 | 11001011 | 101 | 101001 | 0 | 10100 | 100100100 | 101101 | 111111 |
Color Harmonies of #C077CB
Complementary color
Monochromatic Colors of #C077CB
Black with #C077CB
Text Example
Text Example
White with #C077CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077CB; }
p { color: rgb(192,119,203); }
H1.HeaderClassName
{
color: #C077CB;
}
.AnyTagClassName
{
color: #C077CB;
}
</style>
background-color css
<style>
a { background-color: #C077CB; }
a { background-color: rgb(192,119,203); }
div.DivClassName
{
background-color: #C077CB;
}
.BgClassName
{
background-color: #C077CB;
}
</style>
border-color css
<style>
span { border-color: #C077CB; }
span { border-color: rgb(192,119,203); }
td.TdClassName
{
border-color: #C077CB;
}
.TagClassName
{
border-color: #C077CB;
}
</style>