Shades of Orchid #C47ACC
Tints of Orchid #C47ACC
RGB
CMYK
RGB Variations
Color information
#C47ACC (or 0xC47ACC) is known color: Orchid. HEX triplet: C4, 7A and CC. RGB value is (196,122,204). Sum of RGB (Red+Green+Blue) = 196+122+204=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACC is #3B8533. Grayscale: #999999. Windows color (decimal): -3900724 or 13400772. OLE color: 13400772.
HSL color Cylindrical-coordinate representation of color #C47ACC: hue angle of 294.15º 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 #C47ACC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 122 | 204 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.2 |
| HSL | 294.15º | 0.45% | 0.64% | - |
| HSV(B) | 294.15º | 0.4% | 0.8% | - |
| XYZ | 40.62 | 30.01 | 60.78 | - |
| YUV | 153.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 204 | 0.04 | 0.40 | 0 | 0.2 | 294.15 | 0.45 | 0.64 |
| Hex | C4 | 7A | CC | 4 | 28 | 0 | 14 | 126 | 2D | 40 |
| Octal | 304 | 172 | 314 | 4 | 50 | 0 | 24 | 446 | 55 | 100 |
| Binary | 11000100 | 1111010 | 11001100 | 100 | 101000 | 0 | 10100 | 100100110 | 101101 | 1000000 |
Color Harmonies of #C47ACC
Complementary color
Monochromatic Colors of #C47ACC
Black with #C47ACC
Text Example
Text Example
White with #C47ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ACC; }
p { color: rgb(196,122,204); }
H1.HeaderClassName
{
color: #C47ACC;
}
.AnyTagClassName
{
color: #C47ACC;
}
</style>
background-color css
<style>
a { background-color: #C47ACC; }
a { background-color: rgb(196,122,204); }
div.DivClassName
{
background-color: #C47ACC;
}
.BgClassName
{
background-color: #C47ACC;
}
</style>
border-color css
<style>
span { border-color: #C47ACC; }
span { border-color: rgb(196,122,204); }
td.TdClassName
{
border-color: #C47ACC;
}
.TagClassName
{
border-color: #C47ACC;
}
</style>