Shades of Orchid #C47BE0
Tints of Orchid #C47BE0
RGB
CMYK
RGB Variations
Color information
#C47BE0 (or 0xC47BE0) is known color: Orchid. HEX triplet: C4, 7B and E0. RGB value is (196,123,224). Sum of RGB (Red+Green+Blue) = 196+123+224=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #C47BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BE0 is #3B841F. Grayscale: #9C9C9C. Windows color (decimal): -3900448 or 14711748. OLE color: 14711748.
HSL color Cylindrical-coordinate representation of color #C47BE0: hue angle of 283.37º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47BE0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 123 | 224 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.12 |
| HSL | 283.37º | 0.62% | 0.68% | - |
| HSV(B) | 283.37º | 0.45% | 0.88% | - |
| XYZ | 43.3 | 31.28 | 74.28 | - |
| YUV | 156.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 224 | 0.12 | 0.45 | 0 | 0.12 | 283.37 | 0.62 | 0.68 |
| Hex | C4 | 7B | E0 | C | 2D | 0 | C | 11B | 3E | 44 |
| Octal | 304 | 173 | 340 | 14 | 55 | 0 | 14 | 433 | 76 | 104 |
| Binary | 11000100 | 1111011 | 11100000 | 1100 | 101101 | 0 | 1100 | 100011011 | 111110 | 1000100 |
Color Harmonies of #C47BE0
Complementary color
Monochromatic Colors of #C47BE0
Black with #C47BE0
Text Example
Text Example
White with #C47BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BE0; }
p { color: rgb(196,123,224); }
H1.HeaderClassName
{
color: #C47BE0;
}
.AnyTagClassName
{
color: #C47BE0;
}
</style>
background-color css
<style>
a { background-color: #C47BE0; }
a { background-color: rgb(196,123,224); }
div.DivClassName
{
background-color: #C47BE0;
}
.BgClassName
{
background-color: #C47BE0;
}
</style>
border-color css
<style>
span { border-color: #C47BE0; }
span { border-color: rgb(196,123,224); }
td.TdClassName
{
border-color: #C47BE0;
}
.TagClassName
{
border-color: #C47BE0;
}
</style>