Shades of Orchid #C47AC5
Tints of Orchid #C47AC5
RGB
CMYK
RGB Variations
Color information
#C47AC5 (or 0xC47AC5) is known color: Orchid. HEX triplet: C4, 7A and C5. RGB value is (196,122,197). Sum of RGB (Red+Green+Blue) = 196+122+197=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #C47AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AC5 is #3B853A. Grayscale: #989898. Windows color (decimal): -3900731 or 12942020. OLE color: 12942020.
HSL color Cylindrical-coordinate representation of color #C47AC5: hue angle of 299.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AC5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 197 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.23 |
| HSL | 299.2º | 0.39% | 0.63% | - |
| HSV(B) | 299.2º | 0.38% | 0.77% | - |
| XYZ | 39.8 | 29.69 | 56.46 | - |
| YUV | 152.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 197 | 0.01 | 0.38 | 0 | 0.23 | 299.2 | 0.39 | 0.63 |
| Hex | C4 | 7A | C5 | 1 | 26 | 0 | 17 | 12B | 27 | 3F |
| Octal | 304 | 172 | 305 | 1 | 46 | 0 | 27 | 453 | 47 | 77 |
| Binary | 11000100 | 1111010 | 11000101 | 1 | 100110 | 0 | 10111 | 100101011 | 100111 | 111111 |
Color Harmonies of #C47AC5
Complementary color
Monochromatic Colors of #C47AC5
Black with #C47AC5
Text Example
Text Example
White with #C47AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AC5; }
p { color: rgb(196,122,197); }
H1.HeaderClassName
{
color: #C47AC5;
}
.AnyTagClassName
{
color: #C47AC5;
}
</style>
background-color css
<style>
a { background-color: #C47AC5; }
a { background-color: rgb(196,122,197); }
div.DivClassName
{
background-color: #C47AC5;
}
.BgClassName
{
background-color: #C47AC5;
}
</style>
border-color css
<style>
span { border-color: #C47AC5; }
span { border-color: rgb(196,122,197); }
td.TdClassName
{
border-color: #C47AC5;
}
.TagClassName
{
border-color: #C47AC5;
}
</style>