Shades of Orchid #C079C6
Tints of Orchid #C079C6
RGB
CMYK
RGB Variations
Color information
#C079C6 (or 0xC079C6) is known color: Orchid. HEX triplet: C0, 79 and C6. RGB value is (192,121,198). Sum of RGB (Red+Green+Blue) = 192+121+198=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #C079C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C6 is #3F8639. Grayscale: #969696. Windows color (decimal): -4163130 or 13007296. OLE color: 13007296.
HSL color Cylindrical-coordinate representation of color #C079C6: hue angle of 295.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C079C6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 121 | 198 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.22 |
| HSL | 295.32º | 0.4% | 0.63% | - |
| HSV(B) | 295.32º | 0.39% | 0.78% | - |
| XYZ | 38.77 | 28.96 | 56.97 | - |
| YUV | 151.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 198 | 0.03 | 0.39 | 0 | 0.22 | 295.32 | 0.4 | 0.63 |
| Hex | C0 | 79 | C6 | 3 | 27 | 0 | 16 | 127 | 28 | 3F |
| Octal | 300 | 171 | 306 | 3 | 47 | 0 | 26 | 447 | 50 | 77 |
| Binary | 11000000 | 1111001 | 11000110 | 11 | 100111 | 0 | 10110 | 100100111 | 101000 | 111111 |
Color Harmonies of #C079C6
Complementary color
Monochromatic Colors of #C079C6
Black with #C079C6
Text Example
Text Example
White with #C079C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079C6; }
p { color: rgb(192,121,198); }
H1.HeaderClassName
{
color: #C079C6;
}
.AnyTagClassName
{
color: #C079C6;
}
</style>
background-color css
<style>
a { background-color: #C079C6; }
a { background-color: rgb(192,121,198); }
div.DivClassName
{
background-color: #C079C6;
}
.BgClassName
{
background-color: #C079C6;
}
</style>
border-color css
<style>
span { border-color: #C079C6; }
span { border-color: rgb(192,121,198); }
td.TdClassName
{
border-color: #C079C6;
}
.TagClassName
{
border-color: #C079C6;
}
</style>