Shades of Orchid #C47ADF
Tints of Orchid #C47ADF
RGB
CMYK
RGB Variations
Color information
#C47ADF (or 0xC47ADF) is known color: Orchid. HEX triplet: C4, 7A and DF. RGB value is (196,122,223). Sum of RGB (Red+Green+Blue) = 196+122+223=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C47ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADF is #3B8520. Grayscale: #9B9B9B. Windows color (decimal): -3900705 or 14645956. OLE color: 14645956.
HSL color Cylindrical-coordinate representation of color #C47ADF: hue angle of 283.96º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47ADF is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 122 | 223 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.13 |
| HSL | 283.96º | 0.61% | 0.68% | - |
| HSV(B) | 283.96º | 0.45% | 0.87% | - |
| XYZ | 43.04 | 30.98 | 73.52 | - |
| YUV | 155.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 223 | 0.12 | 0.45 | 0 | 0.13 | 283.96 | 0.61 | 0.68 |
| Hex | C4 | 7A | DF | C | 2D | 0 | D | 11C | 3D | 44 |
| Octal | 304 | 172 | 337 | 14 | 55 | 0 | 15 | 434 | 75 | 104 |
| Binary | 11000100 | 1111010 | 11011111 | 1100 | 101101 | 0 | 1101 | 100011100 | 111101 | 1000100 |
Color Harmonies of #C47ADF
Complementary color
Monochromatic Colors of #C47ADF
Black with #C47ADF
Text Example
Text Example
White with #C47ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ADF; }
p { color: rgb(196,122,223); }
H1.HeaderClassName
{
color: #C47ADF;
}
.AnyTagClassName
{
color: #C47ADF;
}
</style>
background-color css
<style>
a { background-color: #C47ADF; }
a { background-color: rgb(196,122,223); }
div.DivClassName
{
background-color: #C47ADF;
}
.BgClassName
{
background-color: #C47ADF;
}
</style>
border-color css
<style>
span { border-color: #C47ADF; }
span { border-color: rgb(196,122,223); }
td.TdClassName
{
border-color: #C47ADF;
}
.TagClassName
{
border-color: #C47ADF;
}
</style>