Shades of Orchid #C076D0
Tints of Orchid #C076D0
RGB
CMYK
RGB Variations
Color information
#C076D0 (or 0xC076D0) is known color: Orchid. HEX triplet: C0, 76 and D0. RGB value is (192,118,208). Sum of RGB (Red+Green+Blue) = 192+118+208=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #C076D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076D0 is #3F892F. Grayscale: #969696. Windows color (decimal): -4163888 or 13661888. OLE color: 13661888.
HSL color Cylindrical-coordinate representation of color #C076D0: hue angle of 289.33º 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 #C076D0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 118 | 208 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.18 |
| HSL | 289.33º | 0.49% | 0.64% | - |
| HSV(B) | 289.33º | 0.43% | 0.82% | - |
| XYZ | 39.6 | 28.72 | 63.13 | - |
| YUV | 150.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 208 | 0.08 | 0.43 | 0 | 0.18 | 289.33 | 0.49 | 0.64 |
| Hex | C0 | 76 | D0 | 8 | 2B | 0 | 12 | 121 | 31 | 40 |
| Octal | 300 | 166 | 320 | 10 | 53 | 0 | 22 | 441 | 61 | 100 |
| Binary | 11000000 | 1110110 | 11010000 | 1000 | 101011 | 0 | 10010 | 100100001 | 110001 | 1000000 |
Color Harmonies of #C076D0
Complementary color
Monochromatic Colors of #C076D0
Black with #C076D0
Text Example
Text Example
White with #C076D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076D0; }
p { color: rgb(192,118,208); }
H1.HeaderClassName
{
color: #C076D0;
}
.AnyTagClassName
{
color: #C076D0;
}
</style>
background-color css
<style>
a { background-color: #C076D0; }
a { background-color: rgb(192,118,208); }
div.DivClassName
{
background-color: #C076D0;
}
.BgClassName
{
background-color: #C076D0;
}
</style>
border-color css
<style>
span { border-color: #C076D0; }
span { border-color: rgb(192,118,208); }
td.TdClassName
{
border-color: #C076D0;
}
.TagClassName
{
border-color: #C076D0;
}
</style>