Shades of Orchid #C47CDA
Tints of Orchid #C47CDA
RGB
CMYK
RGB Variations
Color information
#C47CDA (or 0xC47CDA) is known color: Orchid. HEX triplet: C4, 7C and DA. RGB value is (196,124,218). Sum of RGB (Red+Green+Blue) = 196+124+218=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C47CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CDA is #3B8325. Grayscale: #9B9B9B. Windows color (decimal): -3900198 or 14318788. OLE color: 14318788.
HSL color Cylindrical-coordinate representation of color #C47CDA: hue angle of 285.96º 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 #C47CDA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 124 | 218 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.15 |
| HSL | 285.96º | 0.56% | 0.67% | - |
| HSV(B) | 285.96º | 0.43% | 0.85% | - |
| XYZ | 42.63 | 31.21 | 70.11 | - |
| YUV | 156.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 218 | 0.10 | 0.43 | 0 | 0.15 | 285.96 | 0.56 | 0.67 |
| Hex | C4 | 7C | DA | A | 2B | 0 | F | 11E | 38 | 43 |
| Octal | 304 | 174 | 332 | 12 | 53 | 0 | 17 | 436 | 70 | 103 |
| Binary | 11000100 | 1111100 | 11011010 | 1010 | 101011 | 0 | 1111 | 100011110 | 111000 | 1000011 |
Color Harmonies of #C47CDA
Complementary color
Monochromatic Colors of #C47CDA
Black with #C47CDA
Text Example
Text Example
White with #C47CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CDA; }
p { color: rgb(196,124,218); }
H1.HeaderClassName
{
color: #C47CDA;
}
.AnyTagClassName
{
color: #C47CDA;
}
</style>
background-color css
<style>
a { background-color: #C47CDA; }
a { background-color: rgb(196,124,218); }
div.DivClassName
{
background-color: #C47CDA;
}
.BgClassName
{
background-color: #C47CDA;
}
</style>
border-color css
<style>
span { border-color: #C47CDA; }
span { border-color: rgb(196,124,218); }
td.TdClassName
{
border-color: #C47CDA;
}
.TagClassName
{
border-color: #C47CDA;
}
</style>