Shades of Medium Orchid #C078E0
Tints of Medium Orchid #C078E0
RGB
CMYK
RGB Variations
Color information
#C078E0 (or 0xC078E0) is known color: Medium Orchid. HEX triplet: C0, 78 and E0. RGB value is (192,120,224). Sum of RGB (Red+Green+Blue) = 192+120+224=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #C078E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078E0 is #3F871F. Grayscale: #999999. Windows color (decimal): -4163360 or 14710976. OLE color: 14710976.
HSL color Cylindrical-coordinate representation of color #C078E0: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C078E0 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 120 | 224 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.12 |
| HSL | 281.54º | 0.63% | 0.67% | - |
| HSV(B) | 281.54º | 0.46% | 0.88% | - |
| XYZ | 41.91 | 30.02 | 74.11 | - |
| YUV | 153.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 224 | 0.14 | 0.46 | 0 | 0.12 | 281.54 | 0.63 | 0.67 |
| Hex | C0 | 78 | E0 | E | 2E | 0 | C | 11A | 3F | 43 |
| Octal | 300 | 170 | 340 | 16 | 56 | 0 | 14 | 432 | 77 | 103 |
| Binary | 11000000 | 1111000 | 11100000 | 1110 | 101110 | 0 | 1100 | 100011010 | 111111 | 1000011 |
Color Harmonies of #C078E0
Complementary color
Monochromatic Colors of #C078E0
Black with #C078E0
Text Example
Text Example
White with #C078E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078E0; }
p { color: rgb(192,120,224); }
H1.HeaderClassName
{
color: #C078E0;
}
.AnyTagClassName
{
color: #C078E0;
}
</style>
background-color css
<style>
a { background-color: #C078E0; }
a { background-color: rgb(192,120,224); }
div.DivClassName
{
background-color: #C078E0;
}
.BgClassName
{
background-color: #C078E0;
}
</style>
border-color css
<style>
span { border-color: #C078E0; }
span { border-color: rgb(192,120,224); }
td.TdClassName
{
border-color: #C078E0;
}
.TagClassName
{
border-color: #C078E0;
}
</style>