Shades of Orchid #C47DD5
Tints of Orchid #C47DD5
RGB
CMYK
RGB Variations
Color information
#C47DD5 (or 0xC47DD5) is known color: Orchid. HEX triplet: C4, 7D and D5. RGB value is (196,125,213). Sum of RGB (Red+Green+Blue) = 196+125+213=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #C47DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DD5 is #3B822A. Grayscale: #9B9B9B. Windows color (decimal): -3899947 or 13991364. OLE color: 13991364.
HSL color Cylindrical-coordinate representation of color #C47DD5: hue angle of 288.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47DD5 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 125 | 213 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.16 |
| HSL | 288.41º | 0.51% | 0.66% | - |
| HSV(B) | 288.41º | 0.41% | 0.84% | - |
| XYZ | 42.11 | 31.21 | 66.75 | - |
| YUV | 156.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 213 | 0.08 | 0.41 | 0 | 0.16 | 288.41 | 0.51 | 0.66 |
| Hex | C4 | 7D | D5 | 8 | 29 | 0 | 10 | 120 | 33 | 42 |
| Octal | 304 | 175 | 325 | 10 | 51 | 0 | 20 | 440 | 63 | 102 |
| Binary | 11000100 | 1111101 | 11010101 | 1000 | 101001 | 0 | 10000 | 100100000 | 110011 | 1000010 |
Color Harmonies of #C47DD5
Complementary color
Monochromatic Colors of #C47DD5
Black with #C47DD5
Text Example
Text Example
White with #C47DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DD5; }
p { color: rgb(196,125,213); }
H1.HeaderClassName
{
color: #C47DD5;
}
.AnyTagClassName
{
color: #C47DD5;
}
</style>
background-color css
<style>
a { background-color: #C47DD5; }
a { background-color: rgb(196,125,213); }
div.DivClassName
{
background-color: #C47DD5;
}
.BgClassName
{
background-color: #C47DD5;
}
</style>
border-color css
<style>
span { border-color: #C47DD5; }
span { border-color: rgb(196,125,213); }
td.TdClassName
{
border-color: #C47DD5;
}
.TagClassName
{
border-color: #C47DD5;
}
</style>