Shades of Medium Orchid #C077DD
Tints of Medium Orchid #C077DD
RGB
CMYK
RGB Variations
Color information
#C077DD (or 0xC077DD) is known color: Medium Orchid. HEX triplet: C0, 77 and DD. RGB value is (192,119,221). Sum of RGB (Red+Green+Blue) = 192+119+221=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C077DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DD is #3F8822. Grayscale: #989898. Windows color (decimal): -4163619 or 14514112. OLE color: 14514112.
HSL color Cylindrical-coordinate representation of color #C077DD: hue angle of 282.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C077DD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 119 | 221 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 282.94º | 0.6% | 0.67% | - |
| HSV(B) | 282.94º | 0.46% | 0.87% | - |
| XYZ | 41.39 | 29.62 | 71.94 | - |
| YUV | 152.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 221 | 0.13 | 0.46 | 0 | 0.13 | 282.94 | 0.6 | 0.67 |
| Hex | C0 | 77 | DD | D | 2E | 0 | D | 11B | 3C | 43 |
| Octal | 300 | 167 | 335 | 15 | 56 | 0 | 15 | 433 | 74 | 103 |
| Binary | 11000000 | 1110111 | 11011101 | 1101 | 101110 | 0 | 1101 | 100011011 | 111100 | 1000011 |
Color Harmonies of #C077DD
Complementary color
Monochromatic Colors of #C077DD
Black with #C077DD
Text Example
Text Example
White with #C077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077DD; }
p { color: rgb(192,119,221); }
H1.HeaderClassName
{
color: #C077DD;
}
.AnyTagClassName
{
color: #C077DD;
}
</style>
background-color css
<style>
a { background-color: #C077DD; }
a { background-color: rgb(192,119,221); }
div.DivClassName
{
background-color: #C077DD;
}
.BgClassName
{
background-color: #C077DD;
}
</style>
border-color css
<style>
span { border-color: #C077DD; }
span { border-color: rgb(192,119,221); }
td.TdClassName
{
border-color: #C077DD;
}
.TagClassName
{
border-color: #C077DD;
}
</style>