Shades of Orchid #C47BCC
Tints of Orchid #C47BCC
RGB
CMYK
RGB Variations
Color information
#C47BCC (or 0xC47BCC) is known color: Orchid. HEX triplet: C4, 7B and CC. RGB value is (196,123,204). Sum of RGB (Red+Green+Blue) = 196+123+204=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCC is #3B8433. Grayscale: #999999. Windows color (decimal): -3900468 or 13401028. OLE color: 13401028.
HSL color Cylindrical-coordinate representation of color #C47BCC: hue angle of 294.07º degrees, saturation: 0.44, 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 #C47BCC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 123 | 204 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.2 |
| HSL | 294.07º | 0.44% | 0.64% | - |
| HSV(B) | 294.07º | 0.4% | 0.8% | - |
| XYZ | 40.75 | 30.26 | 60.82 | - |
| YUV | 154.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 204 | 0.04 | 0.40 | 0 | 0.2 | 294.07 | 0.44 | 0.64 |
| Hex | C4 | 7B | CC | 4 | 28 | 0 | 14 | 126 | 2C | 40 |
| Octal | 304 | 173 | 314 | 4 | 50 | 0 | 24 | 446 | 54 | 100 |
| Binary | 11000100 | 1111011 | 11001100 | 100 | 101000 | 0 | 10100 | 100100110 | 101100 | 1000000 |
Color Harmonies of #C47BCC
Complementary color
Monochromatic Colors of #C47BCC
Black with #C47BCC
Text Example
Text Example
White with #C47BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BCC; }
p { color: rgb(196,123,204); }
H1.HeaderClassName
{
color: #C47BCC;
}
.AnyTagClassName
{
color: #C47BCC;
}
</style>
background-color css
<style>
a { background-color: #C47BCC; }
a { background-color: rgb(196,123,204); }
div.DivClassName
{
background-color: #C47BCC;
}
.BgClassName
{
background-color: #C47BCC;
}
</style>
border-color css
<style>
span { border-color: #C47BCC; }
span { border-color: rgb(196,123,204); }
td.TdClassName
{
border-color: #C47BCC;
}
.TagClassName
{
border-color: #C47BCC;
}
</style>