Shades of Orchid #C07AC6
Tints of Orchid #C07AC6
RGB
CMYK
RGB Variations
Color information
#C07AC6 (or 0xC07AC6) is known color: Orchid. HEX triplet: C0, 7A and C6. RGB value is (192,122,198). Sum of RGB (Red+Green+Blue) = 192+122+198=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #C07AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC6 is #3F8539. Grayscale: #979797. Windows color (decimal): -4162874 or 13007552. OLE color: 13007552.
HSL color Cylindrical-coordinate representation of color #C07AC6: hue angle of 295.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07AC6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 122 | 198 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.22 |
| HSL | 295.26º | 0.4% | 0.63% | - |
| HSV(B) | 295.26º | 0.38% | 0.78% | - |
| XYZ | 38.89 | 29.2 | 57.01 | - |
| YUV | 151.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 198 | 0.03 | 0.38 | 0 | 0.22 | 295.26 | 0.4 | 0.63 |
| Hex | C0 | 7A | C6 | 3 | 26 | 0 | 16 | 127 | 28 | 3F |
| Octal | 300 | 172 | 306 | 3 | 46 | 0 | 26 | 447 | 50 | 77 |
| Binary | 11000000 | 1111010 | 11000110 | 11 | 100110 | 0 | 10110 | 100100111 | 101000 | 111111 |
Color Harmonies of #C07AC6
Complementary color
Monochromatic Colors of #C07AC6
Black with #C07AC6
Text Example
Text Example
White with #C07AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AC6; }
p { color: rgb(192,122,198); }
H1.HeaderClassName
{
color: #C07AC6;
}
.AnyTagClassName
{
color: #C07AC6;
}
</style>
background-color css
<style>
a { background-color: #C07AC6; }
a { background-color: rgb(192,122,198); }
div.DivClassName
{
background-color: #C07AC6;
}
.BgClassName
{
background-color: #C07AC6;
}
</style>
border-color css
<style>
span { border-color: #C07AC6; }
span { border-color: rgb(192,122,198); }
td.TdClassName
{
border-color: #C07AC6;
}
.TagClassName
{
border-color: #C07AC6;
}
</style>