Shades of Medium Orchid #C079DA
Tints of Medium Orchid #C079DA
RGB
CMYK
RGB Variations
Color information
#C079DA (or 0xC079DA) is known color: Medium Orchid. HEX triplet: C0, 79 and DA. RGB value is (192,121,218). Sum of RGB (Red+Green+Blue) = 192+121+218=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C079DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DA is #3F8625. Grayscale: #989898. Windows color (decimal): -4163110 or 14318016. OLE color: 14318016.
HSL color Cylindrical-coordinate representation of color #C079DA: hue angle of 283.92º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C079DA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 121 | 218 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.15 |
| HSL | 283.92º | 0.57% | 0.66% | - |
| HSV(B) | 283.92º | 0.44% | 0.85% | - |
| XYZ | 41.23 | 29.94 | 69.94 | - |
| YUV | 153.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 218 | 0.12 | 0.44 | 0 | 0.15 | 283.92 | 0.57 | 0.66 |
| Hex | C0 | 79 | DA | C | 2C | 0 | F | 11C | 39 | 42 |
| Octal | 300 | 171 | 332 | 14 | 54 | 0 | 17 | 434 | 71 | 102 |
| Binary | 11000000 | 1111001 | 11011010 | 1100 | 101100 | 0 | 1111 | 100011100 | 111001 | 1000010 |
Color Harmonies of #C079DA
Complementary color
Monochromatic Colors of #C079DA
Black with #C079DA
Text Example
Text Example
White with #C079DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079DA; }
p { color: rgb(192,121,218); }
H1.HeaderClassName
{
color: #C079DA;
}
.AnyTagClassName
{
color: #C079DA;
}
</style>
background-color css
<style>
a { background-color: #C079DA; }
a { background-color: rgb(192,121,218); }
div.DivClassName
{
background-color: #C079DA;
}
.BgClassName
{
background-color: #C079DA;
}
</style>
border-color css
<style>
span { border-color: #C079DA; }
span { border-color: rgb(192,121,218); }
td.TdClassName
{
border-color: #C079DA;
}
.TagClassName
{
border-color: #C079DA;
}
</style>