Shades of Orchid #C47CC2
Tints of Orchid #C47CC2
RGB
CMYK
RGB Variations
Color information
#C47CC2 (or 0xC47CC2) is known color: Orchid. HEX triplet: C4, 7C and C2. RGB value is (196,124,194). Sum of RGB (Red+Green+Blue) = 196+124+194=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CC2 is #3B833D. Grayscale: #999999. Windows color (decimal): -3900222 or 12745924. OLE color: 12745924.
HSL color Cylindrical-coordinate representation of color #C47CC2: hue angle of 301.67º 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 #C47CC2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 194 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.23 |
| HSL | 301.67º | 0.38% | 0.63% | - |
| HSV(B) | 301.67º | 0.37% | 0.77% | - |
| XYZ | 39.71 | 30.05 | 54.75 | - |
| YUV | 153.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 194 | 0 | 0.37 | 0.01 | 0.23 | 301.67 | 0.38 | 0.63 |
| Hex | C4 | 7C | C2 | 0 | 25 | 1 | 17 | 12E | 26 | 3F |
| Octal | 304 | 174 | 302 | 0 | 45 | 1 | 27 | 456 | 46 | 77 |
| Binary | 11000100 | 1111100 | 11000010 | 0 | 100101 | 1 | 10111 | 100101110 | 100110 | 111111 |
Color Harmonies of #C47CC2
Complementary color
Monochromatic Colors of #C47CC2
Black with #C47CC2
Text Example
Text Example
White with #C47CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CC2; }
p { color: rgb(196,124,194); }
H1.HeaderClassName
{
color: #C47CC2;
}
.AnyTagClassName
{
color: #C47CC2;
}
</style>
background-color css
<style>
a { background-color: #C47CC2; }
a { background-color: rgb(196,124,194); }
div.DivClassName
{
background-color: #C47CC2;
}
.BgClassName
{
background-color: #C47CC2;
}
</style>
border-color css
<style>
span { border-color: #C47CC2; }
span { border-color: rgb(196,124,194); }
td.TdClassName
{
border-color: #C47CC2;
}
.TagClassName
{
border-color: #C47CC2;
}
</style>