Shades of Orchid #C078C5
Tints of Orchid #C078C5
RGB
CMYK
RGB Variations
Color information
#C078C5 (or 0xC078C5) is known color: Orchid. HEX triplet: C0, 78 and C5. RGB value is (192,120,197). Sum of RGB (Red+Green+Blue) = 192+120+197=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #C078C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C5 is #3F873A. Grayscale: #969696. Windows color (decimal): -4163387 or 12941504. OLE color: 12941504.
HSL color Cylindrical-coordinate representation of color #C078C5: hue angle of 296.1º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C078C5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 120 | 197 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.23 |
| HSL | 296.1º | 0.4% | 0.62% | - |
| HSV(B) | 296.1º | 0.39% | 0.77% | - |
| XYZ | 38.53 | 28.67 | 56.33 | - |
| YUV | 150.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 197 | 0.03 | 0.39 | 0 | 0.23 | 296.1 | 0.4 | 0.62 |
| Hex | C0 | 78 | C5 | 3 | 27 | 0 | 17 | 128 | 28 | 3E |
| Octal | 300 | 170 | 305 | 3 | 47 | 0 | 27 | 450 | 50 | 76 |
| Binary | 11000000 | 1111000 | 11000101 | 11 | 100111 | 0 | 10111 | 100101000 | 101000 | 111110 |
Color Harmonies of #C078C5
Complementary color
Monochromatic Colors of #C078C5
Black with #C078C5
Text Example
Text Example
White with #C078C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078C5; }
p { color: rgb(192,120,197); }
H1.HeaderClassName
{
color: #C078C5;
}
.AnyTagClassName
{
color: #C078C5;
}
</style>
background-color css
<style>
a { background-color: #C078C5; }
a { background-color: rgb(192,120,197); }
div.DivClassName
{
background-color: #C078C5;
}
.BgClassName
{
background-color: #C078C5;
}
</style>
border-color css
<style>
span { border-color: #C078C5; }
span { border-color: rgb(192,120,197); }
td.TdClassName
{
border-color: #C078C5;
}
.TagClassName
{
border-color: #C078C5;
}
</style>