Shades of Orchid #C07ACE
Tints of Orchid #C07ACE
RGB
CMYK
RGB Variations
Color information
#C07ACE (or 0xC07ACE) is known color: Orchid. HEX triplet: C0, 7A and CE. RGB value is (192,122,206). Sum of RGB (Red+Green+Blue) = 192+122+206=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACE is #3F8531. Grayscale: #989898. Windows color (decimal): -4162866 or 13531840. OLE color: 13531840.
HSL color Cylindrical-coordinate representation of color #C07ACE: hue angle of 290º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07ACE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 122 | 206 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.19 |
| HSL | 290º | 0.46% | 0.64% | - |
| HSV(B) | 290º | 0.41% | 0.81% | - |
| XYZ | 39.84 | 29.58 | 62 | - |
| YUV | 152.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 206 | 0.07 | 0.41 | 0 | 0.19 | 290 | 0.46 | 0.64 |
| Hex | C0 | 7A | CE | 7 | 29 | 0 | 13 | 122 | 2E | 40 |
| Octal | 300 | 172 | 316 | 7 | 51 | 0 | 23 | 442 | 56 | 100 |
| Binary | 11000000 | 1111010 | 11001110 | 111 | 101001 | 0 | 10011 | 100100010 | 101110 | 1000000 |
Color Harmonies of #C07ACE
Complementary color
Monochromatic Colors of #C07ACE
Black with #C07ACE
Text Example
Text Example
White with #C07ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ACE; }
p { color: rgb(192,122,206); }
H1.HeaderClassName
{
color: #C07ACE;
}
.AnyTagClassName
{
color: #C07ACE;
}
</style>
background-color css
<style>
a { background-color: #C07ACE; }
a { background-color: rgb(192,122,206); }
div.DivClassName
{
background-color: #C07ACE;
}
.BgClassName
{
background-color: #C07ACE;
}
</style>
border-color css
<style>
span { border-color: #C07ACE; }
span { border-color: rgb(192,122,206); }
td.TdClassName
{
border-color: #C07ACE;
}
.TagClassName
{
border-color: #C07ACE;
}
</style>