Shades of Orchid #C47BCD
Tints of Orchid #C47BCD
RGB
CMYK
RGB Variations
Color information
#C47BCD (or 0xC47BCD) is known color: Orchid. HEX triplet: C4, 7B and CD. RGB value is (196,123,205). Sum of RGB (Red+Green+Blue) = 196+123+205=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCD is #3B8432. Grayscale: #999999. Windows color (decimal): -3900467 or 13466564. OLE color: 13466564.
HSL color Cylindrical-coordinate representation of color #C47BCD: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47BCD is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 123 | 205 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.20 |
| HSL | 293.41º | 0.45% | 0.64% | - |
| HSV(B) | 293.41º | 0.4% | 0.8% | - |
| XYZ | 40.87 | 30.31 | 61.45 | - |
| YUV | 154.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 205 | 0.04 | 0.4 | 0 | 0.20 | 293.41 | 0.45 | 0.64 |
| Hex | C4 | 7B | CD | 4 | 28 | 0 | 14 | 125 | 2D | 40 |
| Octal | 304 | 173 | 315 | 4 | 50 | 0 | 24 | 445 | 55 | 100 |
| Binary | 11000100 | 1111011 | 11001101 | 100 | 101000 | 0 | 10100 | 100100101 | 101101 | 1000000 |
Color Harmonies of #C47BCD
Complementary color
Monochromatic Colors of #C47BCD
Black with #C47BCD
Text Example
Text Example
White with #C47BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BCD; }
p { color: rgb(196,123,205); }
H1.HeaderClassName
{
color: #C47BCD;
}
.AnyTagClassName
{
color: #C47BCD;
}
</style>
background-color css
<style>
a { background-color: #C47BCD; }
a { background-color: rgb(196,123,205); }
div.DivClassName
{
background-color: #C47BCD;
}
.BgClassName
{
background-color: #C47BCD;
}
</style>
border-color css
<style>
span { border-color: #C47BCD; }
span { border-color: rgb(196,123,205); }
td.TdClassName
{
border-color: #C47BCD;
}
.TagClassName
{
border-color: #C47BCD;
}
</style>