Shades of Orchid #C07AC9
Tints of Orchid #C07AC9
RGB
CMYK
RGB Variations
Color information
#C07AC9 (or 0xC07AC9) is known color: Orchid. HEX triplet: C0, 7A and C9. RGB value is (192,122,201). Sum of RGB (Red+Green+Blue) = 192+122+201=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #C07AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC9 is #3F8536. Grayscale: #979797. Windows color (decimal): -4162871 or 13204160. OLE color: 13204160.
HSL color Cylindrical-coordinate representation of color #C07AC9: hue angle of 293.16º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07AC9 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 122 | 201 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.21 |
| HSL | 293.16º | 0.42% | 0.63% | - |
| HSV(B) | 293.16º | 0.39% | 0.79% | - |
| XYZ | 39.24 | 29.34 | 58.85 | - |
| YUV | 151.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 201 | 0.04 | 0.39 | 0 | 0.21 | 293.16 | 0.42 | 0.63 |
| Hex | C0 | 7A | C9 | 4 | 27 | 0 | 15 | 125 | 2A | 3F |
| Octal | 300 | 172 | 311 | 4 | 47 | 0 | 25 | 445 | 52 | 77 |
| Binary | 11000000 | 1111010 | 11001001 | 100 | 100111 | 0 | 10101 | 100100101 | 101010 | 111111 |
Color Harmonies of #C07AC9
Complementary color
Monochromatic Colors of #C07AC9
Black with #C07AC9
Text Example
Text Example
White with #C07AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AC9; }
p { color: rgb(192,122,201); }
H1.HeaderClassName
{
color: #C07AC9;
}
.AnyTagClassName
{
color: #C07AC9;
}
</style>
background-color css
<style>
a { background-color: #C07AC9; }
a { background-color: rgb(192,122,201); }
div.DivClassName
{
background-color: #C07AC9;
}
.BgClassName
{
background-color: #C07AC9;
}
</style>
border-color css
<style>
span { border-color: #C07AC9; }
span { border-color: rgb(192,122,201); }
td.TdClassName
{
border-color: #C07AC9;
}
.TagClassName
{
border-color: #C07AC9;
}
</style>