Shades of Orchid #C47BD3
Tints of Orchid #C47BD3
RGB
CMYK
RGB Variations
Color information
#C47BD3 (or 0xC47BD3) is known color: Orchid. HEX triplet: C4, 7B and D3. RGB value is (196,123,211). Sum of RGB (Red+Green+Blue) = 196+123+211=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #C47BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BD3 is #3B842C. Grayscale: #9A9A9A. Windows color (decimal): -3900461 or 13859780. OLE color: 13859780.
HSL color Cylindrical-coordinate representation of color #C47BD3: hue angle of 289.77º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47BD3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 123 | 211 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.17 |
| HSL | 289.77º | 0.5% | 0.65% | - |
| HSV(B) | 289.77º | 0.42% | 0.83% | - |
| XYZ | 41.61 | 30.6 | 65.34 | - |
| YUV | 154.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 211 | 0.07 | 0.42 | 0 | 0.17 | 289.77 | 0.5 | 0.65 |
| Hex | C4 | 7B | D3 | 7 | 2A | 0 | 11 | 122 | 32 | 41 |
| Octal | 304 | 173 | 323 | 7 | 52 | 0 | 21 | 442 | 62 | 101 |
| Binary | 11000100 | 1111011 | 11010011 | 111 | 101010 | 0 | 10001 | 100100010 | 110010 | 1000001 |
Color Harmonies of #C47BD3
Complementary color
Monochromatic Colors of #C47BD3
Black with #C47BD3
Text Example
Text Example
White with #C47BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BD3; }
p { color: rgb(196,123,211); }
H1.HeaderClassName
{
color: #C47BD3;
}
.AnyTagClassName
{
color: #C47BD3;
}
</style>
background-color css
<style>
a { background-color: #C47BD3; }
a { background-color: rgb(196,123,211); }
div.DivClassName
{
background-color: #C47BD3;
}
.BgClassName
{
background-color: #C47BD3;
}
</style>
border-color css
<style>
span { border-color: #C47BD3; }
span { border-color: rgb(196,123,211); }
td.TdClassName
{
border-color: #C47BD3;
}
.TagClassName
{
border-color: #C47BD3;
}
</style>