Shades of Orchid #C47BD6
Tints of Orchid #C47BD6
RGB
CMYK
RGB Variations
Color information
#C47BD6 (or 0xC47BD6) is known color: Orchid. HEX triplet: C4, 7B and D6. RGB value is (196,123,214). Sum of RGB (Red+Green+Blue) = 196+123+214=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #C47BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BD6 is #3B8429. Grayscale: #9A9A9A. Windows color (decimal): -3900458 or 14056388. OLE color: 14056388.
HSL color Cylindrical-coordinate representation of color #C47BD6: hue angle of 288.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47BD6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 123 | 214 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.16 |
| HSL | 288.13º | 0.53% | 0.66% | - |
| HSV(B) | 288.13º | 0.43% | 0.84% | - |
| XYZ | 41.99 | 30.76 | 67.34 | - |
| YUV | 155.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 214 | 0.08 | 0.43 | 0 | 0.16 | 288.13 | 0.53 | 0.66 |
| Hex | C4 | 7B | D6 | 8 | 2B | 0 | 10 | 120 | 35 | 42 |
| Octal | 304 | 173 | 326 | 10 | 53 | 0 | 20 | 440 | 65 | 102 |
| Binary | 11000100 | 1111011 | 11010110 | 1000 | 101011 | 0 | 10000 | 100100000 | 110101 | 1000010 |
Color Harmonies of #C47BD6
Complementary color
Monochromatic Colors of #C47BD6
Black with #C47BD6
Text Example
Text Example
White with #C47BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BD6; }
p { color: rgb(196,123,214); }
H1.HeaderClassName
{
color: #C47BD6;
}
.AnyTagClassName
{
color: #C47BD6;
}
</style>
background-color css
<style>
a { background-color: #C47BD6; }
a { background-color: rgb(196,123,214); }
div.DivClassName
{
background-color: #C47BD6;
}
.BgClassName
{
background-color: #C47BD6;
}
</style>
border-color css
<style>
span { border-color: #C47BD6; }
span { border-color: rgb(196,123,214); }
td.TdClassName
{
border-color: #C47BD6;
}
.TagClassName
{
border-color: #C47BD6;
}
</style>