Shades of Orchid #C47EC4
Tints of Orchid #C47EC4
RGB
CMYK
RGB Variations
Color information
#C47EC4 (or 0xC47EC4) is known color: Orchid. HEX triplet: C4, 7E and C4. RGB value is (196,126,196). Sum of RGB (Red+Green+Blue) = 196+126+196=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C47EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47EC4 is #3B813B. Grayscale: #9A9A9A. Windows color (decimal): -3899708 or 12877508. OLE color: 12877508.
HSL color Cylindrical-coordinate representation of color #C47EC4: hue angle of 300º 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 #C47EC4 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 196 | - |
| CMYK | 0 | 0.36 | 0 | 0.23 |
| HSL | 300º | 0.37% | 0.63% | - |
| HSV(B) | 300º | 0.36% | 0.77% | - |
| XYZ | 40.19 | 30.64 | 56.02 | - |
| YUV | 154.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 196 | 0 | 0.36 | 0 | 0.23 | 300 | 0.37 | 0.63 |
| Hex | C4 | 7E | C4 | 0 | 24 | 0 | 17 | 12C | 25 | 3F |
| Octal | 304 | 176 | 304 | 0 | 44 | 0 | 27 | 454 | 45 | 77 |
| Binary | 11000100 | 1111110 | 11000100 | 0 | 100100 | 0 | 10111 | 100101100 | 100101 | 111111 |
Color Harmonies of #C47EC4
Complementary color
Monochromatic Colors of #C47EC4
Black with #C47EC4
Text Example
Text Example
White with #C47EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47EC4; }
p { color: rgb(196,126,196); }
H1.HeaderClassName
{
color: #C47EC4;
}
.AnyTagClassName
{
color: #C47EC4;
}
</style>
background-color css
<style>
a { background-color: #C47EC4; }
a { background-color: rgb(196,126,196); }
div.DivClassName
{
background-color: #C47EC4;
}
.BgClassName
{
background-color: #C47EC4;
}
</style>
border-color css
<style>
span { border-color: #C47EC4; }
span { border-color: rgb(196,126,196); }
td.TdClassName
{
border-color: #C47EC4;
}
.TagClassName
{
border-color: #C47EC4;
}
</style>