Shades of Medium Orchid #C079DD
Tints of Medium Orchid #C079DD
RGB
CMYK
RGB Variations
Color information
#C079DD (or 0xC079DD) is known color: Medium Orchid. HEX triplet: C0, 79 and DD. RGB value is (192,121,221). Sum of RGB (Red+Green+Blue) = 192+121+221=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C079DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DD is #3F8622. Grayscale: #999999. Windows color (decimal): -4163107 or 14514624. OLE color: 14514624.
HSL color Cylindrical-coordinate representation of color #C079DD: hue angle of 282.6º 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 #C079DD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 121 | 221 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.13 |
| HSL | 282.6º | 0.6% | 0.67% | - |
| HSV(B) | 282.6º | 0.45% | 0.87% | - |
| XYZ | 41.63 | 30.1 | 72.02 | - |
| YUV | 153.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 221 | 0.13 | 0.45 | 0 | 0.13 | 282.6 | 0.6 | 0.67 |
| Hex | C0 | 79 | DD | D | 2D | 0 | D | 11B | 3C | 43 |
| Octal | 300 | 171 | 335 | 15 | 55 | 0 | 15 | 433 | 74 | 103 |
| Binary | 11000000 | 1111001 | 11011101 | 1101 | 101101 | 0 | 1101 | 100011011 | 111100 | 1000011 |
Color Harmonies of #C079DD
Complementary color
Monochromatic Colors of #C079DD
Black with #C079DD
Text Example
Text Example
White with #C079DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079DD; }
p { color: rgb(192,121,221); }
H1.HeaderClassName
{
color: #C079DD;
}
.AnyTagClassName
{
color: #C079DD;
}
</style>
background-color css
<style>
a { background-color: #C079DD; }
a { background-color: rgb(192,121,221); }
div.DivClassName
{
background-color: #C079DD;
}
.BgClassName
{
background-color: #C079DD;
}
</style>
border-color css
<style>
span { border-color: #C079DD; }
span { border-color: rgb(192,121,221); }
td.TdClassName
{
border-color: #C079DD;
}
.TagClassName
{
border-color: #C079DD;
}
</style>