Shades of Orchid #C47ED2
Tints of Orchid #C47ED2
RGB
CMYK
RGB Variations
Color information
#C47ED2 (or 0xC47ED2) is known color: Orchid. HEX triplet: C4, 7E and D2. RGB value is (196,126,210). Sum of RGB (Red+Green+Blue) = 196+126+210=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #C47ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ED2 is #3B812D. Grayscale: #9C9C9C. Windows color (decimal): -3899694 or 13795012. OLE color: 13795012.
HSL color Cylindrical-coordinate representation of color #C47ED2: hue angle of 290º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47ED2 is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 126 | 210 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.18 |
| HSL | 290º | 0.48% | 0.66% | - |
| HSV(B) | 290º | 0.4% | 0.82% | - |
| XYZ | 41.86 | 31.31 | 64.81 | - |
| YUV | 156.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 210 | 0.07 | 0.4 | 0 | 0.18 | 290 | 0.48 | 0.66 |
| Hex | C4 | 7E | D2 | 7 | 28 | 0 | 12 | 122 | 30 | 42 |
| Octal | 304 | 176 | 322 | 7 | 50 | 0 | 22 | 442 | 60 | 102 |
| Binary | 11000100 | 1111110 | 11010010 | 111 | 101000 | 0 | 10010 | 100100010 | 110000 | 1000010 |
Color Harmonies of #C47ED2
Complementary color
Monochromatic Colors of #C47ED2
Black with #C47ED2
Text Example
Text Example
White with #C47ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ED2; }
p { color: rgb(196,126,210); }
H1.HeaderClassName
{
color: #C47ED2;
}
.AnyTagClassName
{
color: #C47ED2;
}
</style>
background-color css
<style>
a { background-color: #C47ED2; }
a { background-color: rgb(196,126,210); }
div.DivClassName
{
background-color: #C47ED2;
}
.BgClassName
{
background-color: #C47ED2;
}
</style>
border-color css
<style>
span { border-color: #C47ED2; }
span { border-color: rgb(196,126,210); }
td.TdClassName
{
border-color: #C47ED2;
}
.TagClassName
{
border-color: #C47ED2;
}
</style>