Shades of Orchid #C47CBE
Tints of Orchid #C47CBE
RGB
CMYK
RGB Variations
Color information
#C47CBE (or 0xC47CBE) is known color: Orchid. HEX triplet: C4, 7C and BE. RGB value is (196,124,190). Sum of RGB (Red+Green+Blue) = 196+124+190=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBE is #3B8341. Grayscale: #989898. Windows color (decimal): -3900226 or 12483780. OLE color: 12483780.
HSL color Cylindrical-coordinate representation of color #C47CBE: hue angle of 305º 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 #C47CBE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 190 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.23 |
| HSL | 305º | 0.38% | 0.63% | - |
| HSV(B) | 305º | 0.37% | 0.77% | - |
| XYZ | 39.27 | 29.87 | 52.41 | - |
| YUV | 153.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 190 | 0 | 0.37 | 0.03 | 0.23 | 305 | 0.38 | 0.63 |
| Hex | C4 | 7C | BE | 0 | 25 | 3 | 17 | 131 | 26 | 3F |
| Octal | 304 | 174 | 276 | 0 | 45 | 3 | 27 | 461 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10111110 | 0 | 100101 | 11 | 10111 | 100110001 | 100110 | 111111 |
Color Harmonies of #C47CBE
Complementary color
Monochromatic Colors of #C47CBE
Black with #C47CBE
Text Example
Text Example
White with #C47CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CBE; }
p { color: rgb(196,124,190); }
H1.HeaderClassName
{
color: #C47CBE;
}
.AnyTagClassName
{
color: #C47CBE;
}
</style>
background-color css
<style>
a { background-color: #C47CBE; }
a { background-color: rgb(196,124,190); }
div.DivClassName
{
background-color: #C47CBE;
}
.BgClassName
{
background-color: #C47CBE;
}
</style>
border-color css
<style>
span { border-color: #C47CBE; }
span { border-color: rgb(196,124,190); }
td.TdClassName
{
border-color: #C47CBE;
}
.TagClassName
{
border-color: #C47CBE;
}
</style>