Shades of Orchid #C47ECD
Tints of Orchid #C47ECD
RGB
CMYK
RGB Variations
Color information
#C47ECD (or 0xC47ECD) is known color: Orchid. HEX triplet: C4, 7E and CD. RGB value is (196,126,205). Sum of RGB (Red+Green+Blue) = 196+126+205=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ECD is #3B8132. Grayscale: #9B9B9B. Windows color (decimal): -3899699 or 13467332. OLE color: 13467332.
HSL color Cylindrical-coordinate representation of color #C47ECD: hue angle of 293.16º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47ECD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 126 | 205 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.20 |
| HSL | 293.16º | 0.44% | 0.65% | - |
| HSV(B) | 293.16º | 0.39% | 0.8% | - |
| XYZ | 41.25 | 31.07 | 61.58 | - |
| YUV | 155.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 205 | 0.04 | 0.39 | 0 | 0.20 | 293.16 | 0.44 | 0.65 |
| Hex | C4 | 7E | CD | 4 | 27 | 0 | 14 | 125 | 2C | 41 |
| Octal | 304 | 176 | 315 | 4 | 47 | 0 | 24 | 445 | 54 | 101 |
| Binary | 11000100 | 1111110 | 11001101 | 100 | 100111 | 0 | 10100 | 100100101 | 101100 | 1000001 |
Color Harmonies of #C47ECD
Complementary color
Monochromatic Colors of #C47ECD
Black with #C47ECD
Text Example
Text Example
White with #C47ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ECD; }
p { color: rgb(196,126,205); }
H1.HeaderClassName
{
color: #C47ECD;
}
.AnyTagClassName
{
color: #C47ECD;
}
</style>
background-color css
<style>
a { background-color: #C47ECD; }
a { background-color: rgb(196,126,205); }
div.DivClassName
{
background-color: #C47ECD;
}
.BgClassName
{
background-color: #C47ECD;
}
</style>
border-color css
<style>
span { border-color: #C47ECD; }
span { border-color: rgb(196,126,205); }
td.TdClassName
{
border-color: #C47ECD;
}
.TagClassName
{
border-color: #C47ECD;
}
</style>