Shades of Orchid #C47ADB
Tints of Orchid #C47ADB
RGB
CMYK
RGB Variations
Color information
#C47ADB (or 0xC47ADB) is known color: Orchid. HEX triplet: C4, 7A and DB. RGB value is (196,122,219). Sum of RGB (Red+Green+Blue) = 196+122+219=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C47ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADB is #3B8524. Grayscale: #9A9A9A. Windows color (decimal): -3900709 or 14383812. OLE color: 14383812.
HSL color Cylindrical-coordinate representation of color #C47ADB: hue angle of 285.77º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47ADB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 122 | 219 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.14 |
| HSL | 285.77º | 0.57% | 0.67% | - |
| HSV(B) | 285.77º | 0.44% | 0.86% | - |
| XYZ | 42.51 | 30.77 | 70.72 | - |
| YUV | 155.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 219 | 0.11 | 0.44 | 0 | 0.14 | 285.77 | 0.57 | 0.67 |
| Hex | C4 | 7A | DB | B | 2C | 0 | E | 11E | 39 | 43 |
| Octal | 304 | 172 | 333 | 13 | 54 | 0 | 16 | 436 | 71 | 103 |
| Binary | 11000100 | 1111010 | 11011011 | 1011 | 101100 | 0 | 1110 | 100011110 | 111001 | 1000011 |
Color Harmonies of #C47ADB
Complementary color
Monochromatic Colors of #C47ADB
Black with #C47ADB
Text Example
Text Example
White with #C47ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ADB; }
p { color: rgb(196,122,219); }
H1.HeaderClassName
{
color: #C47ADB;
}
.AnyTagClassName
{
color: #C47ADB;
}
</style>
background-color css
<style>
a { background-color: #C47ADB; }
a { background-color: rgb(196,122,219); }
div.DivClassName
{
background-color: #C47ADB;
}
.BgClassName
{
background-color: #C47ADB;
}
</style>
border-color css
<style>
span { border-color: #C47ADB; }
span { border-color: rgb(196,122,219); }
td.TdClassName
{
border-color: #C47ADB;
}
.TagClassName
{
border-color: #C47ADB;
}
</style>