Shades of Orchid #C47BBF
Tints of Orchid #C47BBF
RGB
CMYK
RGB Variations
Color information
#C47BBF (or 0xC47BBF) is known color: Orchid. HEX triplet: C4, 7B and BF. RGB value is (196,123,191). Sum of RGB (Red+Green+Blue) = 196+123+191=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BBF is #3B8440. Grayscale: #989898. Windows color (decimal): -3900481 or 12549060. OLE color: 12549060.
HSL color Cylindrical-coordinate representation of color #C47BBF: hue angle of 304.11º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47BBF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 191 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.23 |
| HSL | 304.11º | 0.38% | 0.63% | - |
| HSV(B) | 304.11º | 0.37% | 0.77% | - |
| XYZ | 39.25 | 29.66 | 52.95 | - |
| YUV | 152.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 191 | 0 | 0.37 | 0.03 | 0.23 | 304.11 | 0.38 | 0.63 |
| Hex | C4 | 7B | BF | 0 | 25 | 3 | 17 | 130 | 26 | 3F |
| Octal | 304 | 173 | 277 | 0 | 45 | 3 | 27 | 460 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10111111 | 0 | 100101 | 11 | 10111 | 100110000 | 100110 | 111111 |
Color Harmonies of #C47BBF
Complementary color
Monochromatic Colors of #C47BBF
Black with #C47BBF
Text Example
Text Example
White with #C47BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BBF; }
p { color: rgb(196,123,191); }
H1.HeaderClassName
{
color: #C47BBF;
}
.AnyTagClassName
{
color: #C47BBF;
}
</style>
background-color css
<style>
a { background-color: #C47BBF; }
a { background-color: rgb(196,123,191); }
div.DivClassName
{
background-color: #C47BBF;
}
.BgClassName
{
background-color: #C47BBF;
}
</style>
border-color css
<style>
span { border-color: #C47BBF; }
span { border-color: rgb(196,123,191); }
td.TdClassName
{
border-color: #C47BBF;
}
.TagClassName
{
border-color: #C47BBF;
}
</style>