Shades of Orchid #C079C9
Tints of Orchid #C079C9
RGB
CMYK
RGB Variations
Color information
#C079C9 (or 0xC079C9) is known color: Orchid. HEX triplet: C0, 79 and C9. RGB value is (192,121,201). Sum of RGB (Red+Green+Blue) = 192+121+201=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #C079C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C9 is #3F8636. Grayscale: #979797. Windows color (decimal): -4163127 or 13203904. OLE color: 13203904.
HSL color Cylindrical-coordinate representation of color #C079C9: hue angle of 293.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C079C9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 121 | 201 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.21 |
| HSL | 293.25º | 0.43% | 0.63% | - |
| HSV(B) | 293.25º | 0.4% | 0.79% | - |
| XYZ | 39.12 | 29.1 | 58.81 | - |
| YUV | 151.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 201 | 0.04 | 0.40 | 0 | 0.21 | 293.25 | 0.43 | 0.63 |
| Hex | C0 | 79 | C9 | 4 | 28 | 0 | 15 | 125 | 2B | 3F |
| Octal | 300 | 171 | 311 | 4 | 50 | 0 | 25 | 445 | 53 | 77 |
| Binary | 11000000 | 1111001 | 11001001 | 100 | 101000 | 0 | 10101 | 100100101 | 101011 | 111111 |
Color Harmonies of #C079C9
Complementary color
Monochromatic Colors of #C079C9
Black with #C079C9
Text Example
Text Example
White with #C079C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079C9; }
p { color: rgb(192,121,201); }
H1.HeaderClassName
{
color: #C079C9;
}
.AnyTagClassName
{
color: #C079C9;
}
</style>
background-color css
<style>
a { background-color: #C079C9; }
a { background-color: rgb(192,121,201); }
div.DivClassName
{
background-color: #C079C9;
}
.BgClassName
{
background-color: #C079C9;
}
</style>
border-color css
<style>
span { border-color: #C079C9; }
span { border-color: rgb(192,121,201); }
td.TdClassName
{
border-color: #C079C9;
}
.TagClassName
{
border-color: #C079C9;
}
</style>