Shades of Orchid #C47AD3
Tints of Orchid #C47AD3
RGB
CMYK
RGB Variations
Color information
#C47AD3 (or 0xC47AD3) is known color: Orchid. HEX triplet: C4, 7A and D3. RGB value is (196,122,211). Sum of RGB (Red+Green+Blue) = 196+122+211=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #C47AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AD3 is #3B852C. Grayscale: #999999. Windows color (decimal): -3900717 or 13859524. OLE color: 13859524.
HSL color Cylindrical-coordinate representation of color #C47AD3: hue angle of 289.89º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47AD3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 122 | 211 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.17 |
| HSL | 289.89º | 0.5% | 0.65% | - |
| HSV(B) | 289.89º | 0.42% | 0.83% | - |
| XYZ | 41.48 | 30.36 | 65.3 | - |
| YUV | 154.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 211 | 0.07 | 0.42 | 0 | 0.17 | 289.89 | 0.5 | 0.65 |
| Hex | C4 | 7A | D3 | 7 | 2A | 0 | 11 | 122 | 32 | 41 |
| Octal | 304 | 172 | 323 | 7 | 52 | 0 | 21 | 442 | 62 | 101 |
| Binary | 11000100 | 1111010 | 11010011 | 111 | 101010 | 0 | 10001 | 100100010 | 110010 | 1000001 |
Color Harmonies of #C47AD3
Complementary color
Monochromatic Colors of #C47AD3
Black with #C47AD3
Text Example
Text Example
White with #C47AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AD3; }
p { color: rgb(196,122,211); }
H1.HeaderClassName
{
color: #C47AD3;
}
.AnyTagClassName
{
color: #C47AD3;
}
</style>
background-color css
<style>
a { background-color: #C47AD3; }
a { background-color: rgb(196,122,211); }
div.DivClassName
{
background-color: #C47AD3;
}
.BgClassName
{
background-color: #C47AD3;
}
</style>
border-color css
<style>
span { border-color: #C47AD3; }
span { border-color: rgb(196,122,211); }
td.TdClassName
{
border-color: #C47AD3;
}
.TagClassName
{
border-color: #C47AD3;
}
</style>