Shades of Orchid #C47FC1
Tints of Orchid #C47FC1
RGB
CMYK
RGB Variations
Color information
#C47FC1 (or 0xC47FC1) is known color: Orchid. HEX triplet: C4, 7F and C1. RGB value is (196,127,193). Sum of RGB (Red+Green+Blue) = 196+127+193=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FC1 is #3B803E. Grayscale: #9A9A9A. Windows color (decimal): -3899455 or 12681156. OLE color: 12681156.
HSL color Cylindrical-coordinate representation of color #C47FC1: hue angle of 302.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FC1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 193 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.23 |
| HSL | 302.61º | 0.37% | 0.63% | - |
| HSV(B) | 302.61º | 0.35% | 0.77% | - |
| XYZ | 39.98 | 30.76 | 54.28 | - |
| YUV | 155.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 193 | 0 | 0.35 | 0.02 | 0.23 | 302.61 | 0.37 | 0.63 |
| Hex | C4 | 7F | C1 | 0 | 23 | 2 | 17 | 12F | 25 | 3F |
| Octal | 304 | 177 | 301 | 0 | 43 | 2 | 27 | 457 | 45 | 77 |
| Binary | 11000100 | 1111111 | 11000001 | 0 | 100011 | 10 | 10111 | 100101111 | 100101 | 111111 |
Color Harmonies of #C47FC1
Complementary color
Monochromatic Colors of #C47FC1
Black with #C47FC1
Text Example
Text Example
White with #C47FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FC1; }
p { color: rgb(196,127,193); }
H1.HeaderClassName
{
color: #C47FC1;
}
.AnyTagClassName
{
color: #C47FC1;
}
</style>
background-color css
<style>
a { background-color: #C47FC1; }
a { background-color: rgb(196,127,193); }
div.DivClassName
{
background-color: #C47FC1;
}
.BgClassName
{
background-color: #C47FC1;
}
</style>
border-color css
<style>
span { border-color: #C47FC1; }
span { border-color: rgb(196,127,193); }
td.TdClassName
{
border-color: #C47FC1;
}
.TagClassName
{
border-color: #C47FC1;
}
</style>