Shades of Orchid #C47EBF
Tints of Orchid #C47EBF
RGB
CMYK
RGB Variations
Color information
#C47EBF (or 0xC47EBF) is known color: Orchid. HEX triplet: C4, 7E and BF. RGB value is (196,126,191). Sum of RGB (Red+Green+Blue) = 196+126+191=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C47EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EBF is #3B8140. Grayscale: #9A9A9A. Windows color (decimal): -3899713 or 12549828. OLE color: 12549828.
HSL color Cylindrical-coordinate representation of color #C47EBF: hue angle of 304.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47EBF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 191 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.23 |
| HSL | 304.29º | 0.37% | 0.63% | - |
| HSV(B) | 304.29º | 0.36% | 0.77% | - |
| XYZ | 39.63 | 30.42 | 53.07 | - |
| YUV | 154.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 191 | 0 | 0.36 | 0.03 | 0.23 | 304.29 | 0.37 | 0.63 |
| Hex | C4 | 7E | BF | 0 | 24 | 3 | 17 | 130 | 25 | 3F |
| Octal | 304 | 176 | 277 | 0 | 44 | 3 | 27 | 460 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10111111 | 0 | 100100 | 11 | 10111 | 100110000 | 100101 | 111111 |
Color Harmonies of #C47EBF
Complementary color
Monochromatic Colors of #C47EBF
Black with #C47EBF
Text Example
Text Example
White with #C47EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EBF; }
p { color: rgb(196,126,191); }
H1.HeaderClassName
{
color: #C47EBF;
}
.AnyTagClassName
{
color: #C47EBF;
}
</style>
background-color css
<style>
a { background-color: #C47EBF; }
a { background-color: rgb(196,126,191); }
div.DivClassName
{
background-color: #C47EBF;
}
.BgClassName
{
background-color: #C47EBF;
}
</style>
border-color css
<style>
span { border-color: #C47EBF; }
span { border-color: rgb(196,126,191); }
td.TdClassName
{
border-color: #C47EBF;
}
.TagClassName
{
border-color: #C47EBF;
}
</style>