Shades of Orchid #C07AC0
Tints of Orchid #C07AC0
RGB
CMYK
RGB Variations
Color information
#C07AC0 (or 0xC07AC0) is known color: Orchid. HEX triplet: C0, 7A and C0. RGB value is (192,122,192). Sum of RGB (Red+Green+Blue) = 192+122+192=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C07AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC0 is #3F853F. Grayscale: #969696. Windows color (decimal): -4162880 or 12614336. OLE color: 12614336.
HSL color Cylindrical-coordinate representation of color #C07AC0: hue angle of 300º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07AC0 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 192 | - |
| CMYK | 0 | 0.36 | 0 | 0.25 |
| HSL | 300º | 0.36% | 0.62% | - |
| HSV(B) | 300º | 0.36% | 0.75% | - |
| XYZ | 38.21 | 28.93 | 53.44 | - |
| YUV | 150.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 192 | 0 | 0.36 | 0 | 0.25 | 300 | 0.36 | 0.62 |
| Hex | C0 | 7A | C0 | 0 | 24 | 0 | 19 | 12C | 24 | 3E |
| Octal | 300 | 172 | 300 | 0 | 44 | 0 | 31 | 454 | 44 | 76 |
| Binary | 11000000 | 1111010 | 11000000 | 0 | 100100 | 0 | 11001 | 100101100 | 100100 | 111110 |
Color Harmonies of #C07AC0
Complementary color
Monochromatic Colors of #C07AC0
Black with #C07AC0
Text Example
Text Example
White with #C07AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AC0; }
p { color: rgb(192,122,192); }
H1.HeaderClassName
{
color: #C07AC0;
}
.AnyTagClassName
{
color: #C07AC0;
}
</style>
background-color css
<style>
a { background-color: #C07AC0; }
a { background-color: rgb(192,122,192); }
div.DivClassName
{
background-color: #C07AC0;
}
.BgClassName
{
background-color: #C07AC0;
}
</style>
border-color css
<style>
span { border-color: #C07AC0; }
span { border-color: rgb(192,122,192); }
td.TdClassName
{
border-color: #C07AC0;
}
.TagClassName
{
border-color: #C07AC0;
}
</style>