Shades of Orchid #C47CBF
Tints of Orchid #C47CBF
RGB
CMYK
RGB Variations
Color information
#C47CBF (or 0xC47CBF) is known color: Orchid. HEX triplet: C4, 7C and BF. RGB value is (196,124,191). Sum of RGB (Red+Green+Blue) = 196+124+191=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBF is #3B8340. Grayscale: #989898. Windows color (decimal): -3900225 or 12549316. OLE color: 12549316.
HSL color Cylindrical-coordinate representation of color #C47CBF: hue angle of 304.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CBF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 191 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.23 |
| HSL | 304.17º | 0.38% | 0.63% | - |
| HSV(B) | 304.17º | 0.37% | 0.77% | - |
| XYZ | 39.38 | 29.91 | 52.99 | - |
| YUV | 153.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 191 | 0 | 0.37 | 0.03 | 0.23 | 304.17 | 0.38 | 0.63 |
| Hex | C4 | 7C | BF | 0 | 25 | 3 | 17 | 130 | 26 | 3F |
| Octal | 304 | 174 | 277 | 0 | 45 | 3 | 27 | 460 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10111111 | 0 | 100101 | 11 | 10111 | 100110000 | 100110 | 111111 |
Color Harmonies of #C47CBF
Complementary color
Monochromatic Colors of #C47CBF
Black with #C47CBF
Text Example
Text Example
White with #C47CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CBF; }
p { color: rgb(196,124,191); }
H1.HeaderClassName
{
color: #C47CBF;
}
.AnyTagClassName
{
color: #C47CBF;
}
</style>
background-color css
<style>
a { background-color: #C47CBF; }
a { background-color: rgb(196,124,191); }
div.DivClassName
{
background-color: #C47CBF;
}
.BgClassName
{
background-color: #C47CBF;
}
</style>
border-color css
<style>
span { border-color: #C47CBF; }
span { border-color: rgb(196,124,191); }
td.TdClassName
{
border-color: #C47CBF;
}
.TagClassName
{
border-color: #C47CBF;
}
</style>