Shades of Medium Orchid #C076E2
Tints of Medium Orchid #C076E2
RGB
CMYK
RGB Variations
Color information
#C076E2 (or 0xC076E2) is known color: Medium Orchid. HEX triplet: C0, 76 and E2. RGB value is (192,118,226). Sum of RGB (Red+Green+Blue) = 192+118+226=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #C076E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076E2 is #3F891D. Grayscale: #989898. Windows color (decimal): -4163870 or 14841536. OLE color: 14841536.
HSL color Cylindrical-coordinate representation of color #C076E2: hue angle of 281.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C076E2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 118 | 226 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.11 |
| HSL | 281.11º | 0.65% | 0.67% | - |
| HSV(B) | 281.11º | 0.48% | 0.89% | - |
| XYZ | 41.94 | 29.65 | 75.46 | - |
| YUV | 152.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 226 | 0.15 | 0.48 | 0 | 0.11 | 281.11 | 0.65 | 0.67 |
| Hex | C0 | 76 | E2 | F | 30 | 0 | B | 119 | 41 | 43 |
| Octal | 300 | 166 | 342 | 17 | 60 | 0 | 13 | 431 | 101 | 103 |
| Binary | 11000000 | 1110110 | 11100010 | 1111 | 110000 | 0 | 1011 | 100011001 | 1000001 | 1000011 |
Color Harmonies of #C076E2
Complementary color
Monochromatic Colors of #C076E2
Black with #C076E2
Text Example
Text Example
White with #C076E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076E2; }
p { color: rgb(192,118,226); }
H1.HeaderClassName
{
color: #C076E2;
}
.AnyTagClassName
{
color: #C076E2;
}
</style>
background-color css
<style>
a { background-color: #C076E2; }
a { background-color: rgb(192,118,226); }
div.DivClassName
{
background-color: #C076E2;
}
.BgClassName
{
background-color: #C076E2;
}
</style>
border-color css
<style>
span { border-color: #C076E2; }
span { border-color: rgb(192,118,226); }
td.TdClassName
{
border-color: #C076E2;
}
.TagClassName
{
border-color: #C076E2;
}
</style>