Shades of Orchid #C47ACE
Tints of Orchid #C47ACE
RGB
CMYK
RGB Variations
Color information
#C47ACE (or 0xC47ACE) is known color: Orchid. HEX triplet: C4, 7A and CE. RGB value is (196,122,206). Sum of RGB (Red+Green+Blue) = 196+122+206=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACE is #3B8531. Grayscale: #999999. Windows color (decimal): -3900722 or 13531844. OLE color: 13531844.
HSL color Cylindrical-coordinate representation of color #C47ACE: hue angle of 292.86º 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 #C47ACE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 122 | 206 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.19 |
| HSL | 292.86º | 0.46% | 0.64% | - |
| HSV(B) | 292.86º | 0.41% | 0.81% | - |
| XYZ | 40.87 | 30.11 | 62.05 | - |
| YUV | 153.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 206 | 0.05 | 0.41 | 0 | 0.19 | 292.86 | 0.46 | 0.64 |
| Hex | C4 | 7A | CE | 5 | 29 | 0 | 13 | 125 | 2E | 40 |
| Octal | 304 | 172 | 316 | 5 | 51 | 0 | 23 | 445 | 56 | 100 |
| Binary | 11000100 | 1111010 | 11001110 | 101 | 101001 | 0 | 10011 | 100100101 | 101110 | 1000000 |
Color Harmonies of #C47ACE
Complementary color
Monochromatic Colors of #C47ACE
Black with #C47ACE
Text Example
Text Example
White with #C47ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ACE; }
p { color: rgb(196,122,206); }
H1.HeaderClassName
{
color: #C47ACE;
}
.AnyTagClassName
{
color: #C47ACE;
}
</style>
background-color css
<style>
a { background-color: #C47ACE; }
a { background-color: rgb(196,122,206); }
div.DivClassName
{
background-color: #C47ACE;
}
.BgClassName
{
background-color: #C47ACE;
}
</style>
border-color css
<style>
span { border-color: #C47ACE; }
span { border-color: rgb(196,122,206); }
td.TdClassName
{
border-color: #C47ACE;
}
.TagClassName
{
border-color: #C47ACE;
}
</style>