Shades of Orchid #C078D0
Tints of Orchid #C078D0
RGB
CMYK
RGB Variations
Color information
#C078D0 (or 0xC078D0) is known color: Orchid. HEX triplet: C0, 78 and D0. RGB value is (192,120,208). Sum of RGB (Red+Green+Blue) = 192+120+208=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C078D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D0 is #3F872F. Grayscale: #979797. Windows color (decimal): -4163376 or 13662400. OLE color: 13662400.
HSL color Cylindrical-coordinate representation of color #C078D0: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C078D0 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 120 | 208 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.18 |
| HSL | 289.09º | 0.48% | 0.64% | - |
| HSV(B) | 289.09º | 0.42% | 0.82% | - |
| XYZ | 39.84 | 29.19 | 63.21 | - |
| YUV | 151.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 208 | 0.08 | 0.42 | 0 | 0.18 | 289.09 | 0.48 | 0.64 |
| Hex | C0 | 78 | D0 | 8 | 2A | 0 | 12 | 121 | 30 | 40 |
| Octal | 300 | 170 | 320 | 10 | 52 | 0 | 22 | 441 | 60 | 100 |
| Binary | 11000000 | 1111000 | 11010000 | 1000 | 101010 | 0 | 10010 | 100100001 | 110000 | 1000000 |
Color Harmonies of #C078D0
Complementary color
Monochromatic Colors of #C078D0
Black with #C078D0
Text Example
Text Example
White with #C078D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078D0; }
p { color: rgb(192,120,208); }
H1.HeaderClassName
{
color: #C078D0;
}
.AnyTagClassName
{
color: #C078D0;
}
</style>
background-color css
<style>
a { background-color: #C078D0; }
a { background-color: rgb(192,120,208); }
div.DivClassName
{
background-color: #C078D0;
}
.BgClassName
{
background-color: #C078D0;
}
</style>
border-color css
<style>
span { border-color: #C078D0; }
span { border-color: rgb(192,120,208); }
td.TdClassName
{
border-color: #C078D0;
}
.TagClassName
{
border-color: #C078D0;
}
</style>