Shades of Medium Orchid #C078DB
Tints of Medium Orchid #C078DB
RGB
CMYK
RGB Variations
Color information
#C078DB (or 0xC078DB) is known color: Medium Orchid. HEX triplet: C0, 78 and DB. RGB value is (192,120,219). Sum of RGB (Red+Green+Blue) = 192+120+219=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C078DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078DB is #3F8724. Grayscale: #989898. Windows color (decimal): -4163365 or 14383296. OLE color: 14383296.
HSL color Cylindrical-coordinate representation of color #C078DB: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C078DB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 120 | 219 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.14 |
| HSL | 283.64º | 0.58% | 0.66% | - |
| HSV(B) | 283.64º | 0.45% | 0.86% | - |
| XYZ | 41.24 | 29.75 | 70.59 | - |
| YUV | 152.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 219 | 0.12 | 0.45 | 0 | 0.14 | 283.64 | 0.58 | 0.66 |
| Hex | C0 | 78 | DB | C | 2D | 0 | E | 11C | 3A | 42 |
| Octal | 300 | 170 | 333 | 14 | 55 | 0 | 16 | 434 | 72 | 102 |
| Binary | 11000000 | 1111000 | 11011011 | 1100 | 101101 | 0 | 1110 | 100011100 | 111010 | 1000010 |
Color Harmonies of #C078DB
Complementary color
Monochromatic Colors of #C078DB
Black with #C078DB
Text Example
Text Example
White with #C078DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078DB; }
p { color: rgb(192,120,219); }
H1.HeaderClassName
{
color: #C078DB;
}
.AnyTagClassName
{
color: #C078DB;
}
</style>
background-color css
<style>
a { background-color: #C078DB; }
a { background-color: rgb(192,120,219); }
div.DivClassName
{
background-color: #C078DB;
}
.BgClassName
{
background-color: #C078DB;
}
</style>
border-color css
<style>
span { border-color: #C078DB; }
span { border-color: rgb(192,120,219); }
td.TdClassName
{
border-color: #C078DB;
}
.TagClassName
{
border-color: #C078DB;
}
</style>