Shades of Medium Orchid #C079DE
Tints of Medium Orchid #C079DE
RGB
CMYK
RGB Variations
Color information
#C079DE (or 0xC079DE) is known color: Medium Orchid. HEX triplet: C0, 79 and DE. RGB value is (192,121,222). Sum of RGB (Red+Green+Blue) = 192+121+222=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C079DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DE is #3F8621. Grayscale: #999999. Windows color (decimal): -4163106 or 14580160. OLE color: 14580160.
HSL color Cylindrical-coordinate representation of color #C079DE: hue angle of 282.18º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C079DE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 121 | 222 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 282.18º | 0.6% | 0.67% | - |
| HSV(B) | 282.18º | 0.45% | 0.87% | - |
| XYZ | 41.76 | 30.16 | 72.73 | - |
| YUV | 153.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 222 | 0.14 | 0.45 | 0 | 0.13 | 282.18 | 0.6 | 0.67 |
| Hex | C0 | 79 | DE | E | 2D | 0 | D | 11A | 3C | 43 |
| Octal | 300 | 171 | 336 | 16 | 55 | 0 | 15 | 432 | 74 | 103 |
| Binary | 11000000 | 1111001 | 11011110 | 1110 | 101101 | 0 | 1101 | 100011010 | 111100 | 1000011 |
Color Harmonies of #C079DE
Complementary color
Monochromatic Colors of #C079DE
Black with #C079DE
Text Example
Text Example
White with #C079DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079DE; }
p { color: rgb(192,121,222); }
H1.HeaderClassName
{
color: #C079DE;
}
.AnyTagClassName
{
color: #C079DE;
}
</style>
background-color css
<style>
a { background-color: #C079DE; }
a { background-color: rgb(192,121,222); }
div.DivClassName
{
background-color: #C079DE;
}
.BgClassName
{
background-color: #C079DE;
}
</style>
border-color css
<style>
span { border-color: #C079DE; }
span { border-color: rgb(192,121,222); }
td.TdClassName
{
border-color: #C079DE;
}
.TagClassName
{
border-color: #C079DE;
}
</style>