Shades of Orchid #C47BBC
Tints of Orchid #C47BBC
RGB
CMYK
RGB Variations
Color information
#C47BBC (or 0xC47BBC) is known color: Orchid. HEX triplet: C4, 7B and BC. RGB value is (196,123,188). Sum of RGB (Red+Green+Blue) = 196+123+188=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BBC is #3B8443. Grayscale: #989898. Windows color (decimal): -3900484 or 12352452. OLE color: 12352452.
HSL color Cylindrical-coordinate representation of color #C47BBC: hue angle of 306.58º 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 #C47BBC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 188 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.23 |
| HSL | 306.58º | 0.38% | 0.63% | - |
| HSV(B) | 306.58º | 0.37% | 0.77% | - |
| XYZ | 38.93 | 29.53 | 51.23 | - |
| YUV | 152.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 188 | 0 | 0.37 | 0.04 | 0.23 | 306.58 | 0.38 | 0.63 |
| Hex | C4 | 7B | BC | 0 | 25 | 4 | 17 | 133 | 26 | 3F |
| Octal | 304 | 173 | 274 | 0 | 45 | 4 | 27 | 463 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10111100 | 0 | 100101 | 100 | 10111 | 100110011 | 100110 | 111111 |
Color Harmonies of #C47BBC
Complementary color
Monochromatic Colors of #C47BBC
Black with #C47BBC
Text Example
Text Example
White with #C47BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BBC; }
p { color: rgb(196,123,188); }
H1.HeaderClassName
{
color: #C47BBC;
}
.AnyTagClassName
{
color: #C47BBC;
}
</style>
background-color css
<style>
a { background-color: #C47BBC; }
a { background-color: rgb(196,123,188); }
div.DivClassName
{
background-color: #C47BBC;
}
.BgClassName
{
background-color: #C47BBC;
}
</style>
border-color css
<style>
span { border-color: #C47BBC; }
span { border-color: rgb(196,123,188); }
td.TdClassName
{
border-color: #C47BBC;
}
.TagClassName
{
border-color: #C47BBC;
}
</style>