Shades of Orchid #C078D6
Tints of Orchid #C078D6
RGB
CMYK
RGB Variations
Color information
#C078D6 (or 0xC078D6) is known color: Orchid. HEX triplet: C0, 78 and D6. RGB value is (192,120,214). Sum of RGB (Red+Green+Blue) = 192+120+214=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #C078D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D6 is #3F8729. Grayscale: #979797. Windows color (decimal): -4163370 or 14055616. OLE color: 14055616.
HSL color Cylindrical-coordinate representation of color #C078D6: hue angle of 285.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C078D6 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 120 | 214 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.16 |
| HSL | 285.96º | 0.53% | 0.65% | - |
| HSV(B) | 285.96º | 0.44% | 0.84% | - |
| XYZ | 40.59 | 29.49 | 67.17 | - |
| YUV | 152.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 214 | 0.10 | 0.44 | 0 | 0.16 | 285.96 | 0.53 | 0.65 |
| Hex | C0 | 78 | D6 | A | 2C | 0 | 10 | 11E | 35 | 41 |
| Octal | 300 | 170 | 326 | 12 | 54 | 0 | 20 | 436 | 65 | 101 |
| Binary | 11000000 | 1111000 | 11010110 | 1010 | 101100 | 0 | 10000 | 100011110 | 110101 | 1000001 |
Color Harmonies of #C078D6
Complementary color
Monochromatic Colors of #C078D6
Black with #C078D6
Text Example
Text Example
White with #C078D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078D6; }
p { color: rgb(192,120,214); }
H1.HeaderClassName
{
color: #C078D6;
}
.AnyTagClassName
{
color: #C078D6;
}
</style>
background-color css
<style>
a { background-color: #C078D6; }
a { background-color: rgb(192,120,214); }
div.DivClassName
{
background-color: #C078D6;
}
.BgClassName
{
background-color: #C078D6;
}
</style>
border-color css
<style>
span { border-color: #C078D6; }
span { border-color: rgb(192,120,214); }
td.TdClassName
{
border-color: #C078D6;
}
.TagClassName
{
border-color: #C078D6;
}
</style>