Shades of Orchid #C47CCE
Tints of Orchid #C47CCE
RGB
CMYK
RGB Variations
Color information
#C47CCE (or 0xC47CCE) is known color: Orchid. HEX triplet: C4, 7C and CE. RGB value is (196,124,206). Sum of RGB (Red+Green+Blue) = 196+124+206=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CCE is #3B8331. Grayscale: #9A9A9A. Windows color (decimal): -3900210 or 13532356. OLE color: 13532356.
HSL color Cylindrical-coordinate representation of color #C47CCE: hue angle of 292.68º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47CCE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 124 | 206 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.19 |
| HSL | 292.68º | 0.46% | 0.65% | - |
| HSV(B) | 292.68º | 0.4% | 0.81% | - |
| XYZ | 41.11 | 30.61 | 62.13 | - |
| YUV | 154.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 206 | 0.05 | 0.40 | 0 | 0.19 | 292.68 | 0.46 | 0.65 |
| Hex | C4 | 7C | CE | 5 | 28 | 0 | 13 | 125 | 2E | 41 |
| Octal | 304 | 174 | 316 | 5 | 50 | 0 | 23 | 445 | 56 | 101 |
| Binary | 11000100 | 1111100 | 11001110 | 101 | 101000 | 0 | 10011 | 100100101 | 101110 | 1000001 |
Color Harmonies of #C47CCE
Complementary color
Monochromatic Colors of #C47CCE
Black with #C47CCE
Text Example
Text Example
White with #C47CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CCE; }
p { color: rgb(196,124,206); }
H1.HeaderClassName
{
color: #C47CCE;
}
.AnyTagClassName
{
color: #C47CCE;
}
</style>
background-color css
<style>
a { background-color: #C47CCE; }
a { background-color: rgb(196,124,206); }
div.DivClassName
{
background-color: #C47CCE;
}
.BgClassName
{
background-color: #C47CCE;
}
</style>
border-color css
<style>
span { border-color: #C47CCE; }
span { border-color: rgb(196,124,206); }
td.TdClassName
{
border-color: #C47CCE;
}
.TagClassName
{
border-color: #C47CCE;
}
</style>