Shades of Orchid #C07ACA
Tints of Orchid #C07ACA
RGB
CMYK
RGB Variations
Color information
#C07ACA (or 0xC07ACA) is known color: Orchid. HEX triplet: C0, 7A and CA. RGB value is (192,122,202). Sum of RGB (Red+Green+Blue) = 192+122+202=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACA is #3F8535. Grayscale: #979797. Windows color (decimal): -4162870 or 13269696. OLE color: 13269696.
HSL color Cylindrical-coordinate representation of color #C07ACA: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07ACA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 122 | 202 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.21 |
| HSL | 292.5º | 0.43% | 0.64% | - |
| HSV(B) | 292.5º | 0.4% | 0.79% | - |
| XYZ | 39.36 | 29.39 | 59.48 | - |
| YUV | 152.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 202 | 0.05 | 0.40 | 0 | 0.21 | 292.5 | 0.43 | 0.64 |
| Hex | C0 | 7A | CA | 5 | 28 | 0 | 15 | 124 | 2B | 40 |
| Octal | 300 | 172 | 312 | 5 | 50 | 0 | 25 | 444 | 53 | 100 |
| Binary | 11000000 | 1111010 | 11001010 | 101 | 101000 | 0 | 10101 | 100100100 | 101011 | 1000000 |
Color Harmonies of #C07ACA
Complementary color
Monochromatic Colors of #C07ACA
Black with #C07ACA
Text Example
Text Example
White with #C07ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ACA; }
p { color: rgb(192,122,202); }
H1.HeaderClassName
{
color: #C07ACA;
}
.AnyTagClassName
{
color: #C07ACA;
}
</style>
background-color css
<style>
a { background-color: #C07ACA; }
a { background-color: rgb(192,122,202); }
div.DivClassName
{
background-color: #C07ACA;
}
.BgClassName
{
background-color: #C07ACA;
}
</style>
border-color css
<style>
span { border-color: #C07ACA; }
span { border-color: rgb(192,122,202); }
td.TdClassName
{
border-color: #C07ACA;
}
.TagClassName
{
border-color: #C07ACA;
}
</style>