Shades of Orchid #C07ACC
Tints of Orchid #C07ACC
RGB
CMYK
RGB Variations
Color information
#C07ACC (or 0xC07ACC) is known color: Orchid. HEX triplet: C0, 7A and CC. RGB value is (192,122,204). Sum of RGB (Red+Green+Blue) = 192+122+204=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACC is #3F8533. Grayscale: #989898. Windows color (decimal): -4162868 or 13400768. OLE color: 13400768.
HSL color Cylindrical-coordinate representation of color #C07ACC: hue angle of 291.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07ACC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 122 | 204 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.2 |
| HSL | 291.22º | 0.45% | 0.64% | - |
| HSV(B) | 291.22º | 0.4% | 0.8% | - |
| XYZ | 39.6 | 29.49 | 60.73 | - |
| YUV | 152.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 204 | 0.06 | 0.40 | 0 | 0.2 | 291.22 | 0.45 | 0.64 |
| Hex | C0 | 7A | CC | 6 | 28 | 0 | 14 | 123 | 2D | 40 |
| Octal | 300 | 172 | 314 | 6 | 50 | 0 | 24 | 443 | 55 | 100 |
| Binary | 11000000 | 1111010 | 11001100 | 110 | 101000 | 0 | 10100 | 100100011 | 101101 | 1000000 |
Color Harmonies of #C07ACC
Complementary color
Monochromatic Colors of #C07ACC
Black with #C07ACC
Text Example
Text Example
White with #C07ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ACC; }
p { color: rgb(192,122,204); }
H1.HeaderClassName
{
color: #C07ACC;
}
.AnyTagClassName
{
color: #C07ACC;
}
</style>
background-color css
<style>
a { background-color: #C07ACC; }
a { background-color: rgb(192,122,204); }
div.DivClassName
{
background-color: #C07ACC;
}
.BgClassName
{
background-color: #C07ACC;
}
</style>
border-color css
<style>
span { border-color: #C07ACC; }
span { border-color: rgb(192,122,204); }
td.TdClassName
{
border-color: #C07ACC;
}
.TagClassName
{
border-color: #C07ACC;
}
</style>