Shades of Orchid #C47ECC
Tints of Orchid #C47ECC
RGB
CMYK
RGB Variations
Color information
#C47ECC (or 0xC47ECC) is known color: Orchid. HEX triplet: C4, 7E and CC. RGB value is (196,126,204). Sum of RGB (Red+Green+Blue) = 196+126+204=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ECC is #3B8133. Grayscale: #9B9B9B. Windows color (decimal): -3899700 or 13401796. OLE color: 13401796.
HSL color Cylindrical-coordinate representation of color #C47ECC: hue angle of 293.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47ECC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 126 | 204 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.2 |
| HSL | 293.85º | 0.43% | 0.65% | - |
| HSV(B) | 293.85º | 0.38% | 0.8% | - |
| XYZ | 41.12 | 31.02 | 60.95 | - |
| YUV | 155.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 204 | 0.04 | 0.38 | 0 | 0.2 | 293.85 | 0.43 | 0.65 |
| Hex | C4 | 7E | CC | 4 | 26 | 0 | 14 | 126 | 2B | 41 |
| Octal | 304 | 176 | 314 | 4 | 46 | 0 | 24 | 446 | 53 | 101 |
| Binary | 11000100 | 1111110 | 11001100 | 100 | 100110 | 0 | 10100 | 100100110 | 101011 | 1000001 |
Color Harmonies of #C47ECC
Complementary color
Monochromatic Colors of #C47ECC
Black with #C47ECC
Text Example
Text Example
White with #C47ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ECC; }
p { color: rgb(196,126,204); }
H1.HeaderClassName
{
color: #C47ECC;
}
.AnyTagClassName
{
color: #C47ECC;
}
</style>
background-color css
<style>
a { background-color: #C47ECC; }
a { background-color: rgb(196,126,204); }
div.DivClassName
{
background-color: #C47ECC;
}
.BgClassName
{
background-color: #C47ECC;
}
</style>
border-color css
<style>
span { border-color: #C47ECC; }
span { border-color: rgb(196,126,204); }
td.TdClassName
{
border-color: #C47ECC;
}
.TagClassName
{
border-color: #C47ECC;
}
</style>