Shades of Orchid #C47DDA
Tints of Orchid #C47DDA
RGB
CMYK
RGB Variations
Color information
#C47DDA (or 0xC47DDA) is known color: Orchid. HEX triplet: C4, 7D and DA. RGB value is (196,125,218). Sum of RGB (Red+Green+Blue) = 196+125+218=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C47DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDA is #3B8225. Grayscale: #9C9C9C. Windows color (decimal): -3899942 or 14319044. OLE color: 14319044.
HSL color Cylindrical-coordinate representation of color #C47DDA: hue angle of 285.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47DDA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 125 | 218 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.15 |
| HSL | 285.81º | 0.56% | 0.67% | - |
| HSV(B) | 285.81º | 0.43% | 0.85% | - |
| XYZ | 42.75 | 31.46 | 70.15 | - |
| YUV | 156.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 218 | 0.10 | 0.43 | 0 | 0.15 | 285.81 | 0.56 | 0.67 |
| Hex | C4 | 7D | DA | A | 2B | 0 | F | 11E | 38 | 43 |
| Octal | 304 | 175 | 332 | 12 | 53 | 0 | 17 | 436 | 70 | 103 |
| Binary | 11000100 | 1111101 | 11011010 | 1010 | 101011 | 0 | 1111 | 100011110 | 111000 | 1000011 |
Color Harmonies of #C47DDA
Complementary color
Monochromatic Colors of #C47DDA
Black with #C47DDA
Text Example
Text Example
White with #C47DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47DDA; }
p { color: rgb(196,125,218); }
H1.HeaderClassName
{
color: #C47DDA;
}
.AnyTagClassName
{
color: #C47DDA;
}
</style>
background-color css
<style>
a { background-color: #C47DDA; }
a { background-color: rgb(196,125,218); }
div.DivClassName
{
background-color: #C47DDA;
}
.BgClassName
{
background-color: #C47DDA;
}
</style>
border-color css
<style>
span { border-color: #C47DDA; }
span { border-color: rgb(196,125,218); }
td.TdClassName
{
border-color: #C47DDA;
}
.TagClassName
{
border-color: #C47DDA;
}
</style>