Shades of Orchid #C47ABE
Tints of Orchid #C47ABE
RGB
CMYK
RGB Variations
Color information
#C47ABE (or 0xC47ABE) is known color: Orchid. HEX triplet: C4, 7A and BE. RGB value is (196,122,190). Sum of RGB (Red+Green+Blue) = 196+122+190=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABE is #3B8541. Grayscale: #979797. Windows color (decimal): -3900738 or 12483268. OLE color: 12483268.
HSL color Cylindrical-coordinate representation of color #C47ABE: hue angle of 304.86º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47ABE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 190 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.23 |
| HSL | 304.86º | 0.39% | 0.62% | - |
| HSV(B) | 304.86º | 0.38% | 0.77% | - |
| XYZ | 39.02 | 29.37 | 52.33 | - |
| YUV | 151.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 190 | 0 | 0.38 | 0.03 | 0.23 | 304.86 | 0.39 | 0.62 |
| Hex | C4 | 7A | BE | 0 | 26 | 3 | 17 | 131 | 27 | 3E |
| Octal | 304 | 172 | 276 | 0 | 46 | 3 | 27 | 461 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10111110 | 0 | 100110 | 11 | 10111 | 100110001 | 100111 | 111110 |
Color Harmonies of #C47ABE
Complementary color
Monochromatic Colors of #C47ABE
Black with #C47ABE
Text Example
Text Example
White with #C47ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47ABE; }
p { color: rgb(196,122,190); }
H1.HeaderClassName
{
color: #C47ABE;
}
.AnyTagClassName
{
color: #C47ABE;
}
</style>
background-color css
<style>
a { background-color: #C47ABE; }
a { background-color: rgb(196,122,190); }
div.DivClassName
{
background-color: #C47ABE;
}
.BgClassName
{
background-color: #C47ABE;
}
</style>
border-color css
<style>
span { border-color: #C47ABE; }
span { border-color: rgb(196,122,190); }
td.TdClassName
{
border-color: #C47ABE;
}
.TagClassName
{
border-color: #C47ABE;
}
</style>