Shades of Orchid #C47DD1
Tints of Orchid #C47DD1
RGB
CMYK
RGB Variations
Color information
#C47DD1 (or 0xC47DD1) is known color: Orchid. HEX triplet: C4, 7D and D1. RGB value is (196,125,209). Sum of RGB (Red+Green+Blue) = 196+125+209=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #C47DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DD1 is #3B822E. Grayscale: #9B9B9B. Windows color (decimal): -3899951 or 13729220. OLE color: 13729220.
HSL color Cylindrical-coordinate representation of color #C47DD1: hue angle of 290.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47DD1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 125 | 209 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.18 |
| HSL | 290.71º | 0.48% | 0.65% | - |
| HSV(B) | 290.71º | 0.4% | 0.82% | - |
| XYZ | 41.61 | 31.01 | 64.11 | - |
| YUV | 155.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 209 | 0.06 | 0.40 | 0 | 0.18 | 290.71 | 0.48 | 0.65 |
| Hex | C4 | 7D | D1 | 6 | 28 | 0 | 12 | 123 | 30 | 41 |
| Octal | 304 | 175 | 321 | 6 | 50 | 0 | 22 | 443 | 60 | 101 |
| Binary | 11000100 | 1111101 | 11010001 | 110 | 101000 | 0 | 10010 | 100100011 | 110000 | 1000001 |
Color Harmonies of #C47DD1
Complementary color
Monochromatic Colors of #C47DD1
Black with #C47DD1
Text Example
Text Example
White with #C47DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DD1; }
p { color: rgb(196,125,209); }
H1.HeaderClassName
{
color: #C47DD1;
}
.AnyTagClassName
{
color: #C47DD1;
}
</style>
background-color css
<style>
a { background-color: #C47DD1; }
a { background-color: rgb(196,125,209); }
div.DivClassName
{
background-color: #C47DD1;
}
.BgClassName
{
background-color: #C47DD1;
}
</style>
border-color css
<style>
span { border-color: #C47DD1; }
span { border-color: rgb(196,125,209); }
td.TdClassName
{
border-color: #C47DD1;
}
.TagClassName
{
border-color: #C47DD1;
}
</style>