Shades of Medium Orchid #C079E0
Tints of Medium Orchid #C079E0
RGB
CMYK
RGB Variations
Color information
#C079E0 (or 0xC079E0) is known color: Medium Orchid. HEX triplet: C0, 79 and E0. RGB value is (192,121,224). Sum of RGB (Red+Green+Blue) = 192+121+224=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #C079E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079E0 is #3F861F. Grayscale: #999999. Windows color (decimal): -4163104 or 14711232. OLE color: 14711232.
HSL color Cylindrical-coordinate representation of color #C079E0: hue angle of 281.36º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C079E0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 121 | 224 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.12 |
| HSL | 281.36º | 0.62% | 0.68% | - |
| HSV(B) | 281.36º | 0.46% | 0.88% | - |
| XYZ | 42.03 | 30.26 | 74.15 | - |
| YUV | 153.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 224 | 0.14 | 0.46 | 0 | 0.12 | 281.36 | 0.62 | 0.68 |
| Hex | C0 | 79 | E0 | E | 2E | 0 | C | 119 | 3E | 44 |
| Octal | 300 | 171 | 340 | 16 | 56 | 0 | 14 | 431 | 76 | 104 |
| Binary | 11000000 | 1111001 | 11100000 | 1110 | 101110 | 0 | 1100 | 100011001 | 111110 | 1000100 |
Color Harmonies of #C079E0
Complementary color
Monochromatic Colors of #C079E0
Black with #C079E0
Text Example
Text Example
White with #C079E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079E0; }
p { color: rgb(192,121,224); }
H1.HeaderClassName
{
color: #C079E0;
}
.AnyTagClassName
{
color: #C079E0;
}
</style>
background-color css
<style>
a { background-color: #C079E0; }
a { background-color: rgb(192,121,224); }
div.DivClassName
{
background-color: #C079E0;
}
.BgClassName
{
background-color: #C079E0;
}
</style>
border-color css
<style>
span { border-color: #C079E0; }
span { border-color: rgb(192,121,224); }
td.TdClassName
{
border-color: #C079E0;
}
.TagClassName
{
border-color: #C079E0;
}
</style>