Shades of Orchid #C47FC9
Tints of Orchid #C47FC9
RGB
CMYK
RGB Variations
Color information
#C47FC9 (or 0xC47FC9) is known color: Orchid. HEX triplet: C4, 7F and C9. RGB value is (196,127,201). Sum of RGB (Red+Green+Blue) = 196+127+201=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #C47FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FC9 is #3B8036. Grayscale: #9B9B9B. Windows color (decimal): -3899447 or 13205444. OLE color: 13205444.
HSL color Cylindrical-coordinate representation of color #C47FC9: hue angle of 295.95º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47FC9 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 127 | 201 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.21 |
| HSL | 295.95º | 0.41% | 0.64% | - |
| HSV(B) | 295.95º | 0.37% | 0.79% | - |
| XYZ | 40.9 | 31.13 | 59.11 | - |
| YUV | 156.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 201 | 0.02 | 0.37 | 0 | 0.21 | 295.95 | 0.41 | 0.64 |
| Hex | C4 | 7F | C9 | 2 | 25 | 0 | 15 | 128 | 29 | 40 |
| Octal | 304 | 177 | 311 | 2 | 45 | 0 | 25 | 450 | 51 | 100 |
| Binary | 11000100 | 1111111 | 11001001 | 10 | 100101 | 0 | 10101 | 100101000 | 101001 | 1000000 |
Color Harmonies of #C47FC9
Complementary color
Monochromatic Colors of #C47FC9
Black with #C47FC9
Text Example
Text Example
White with #C47FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FC9; }
p { color: rgb(196,127,201); }
H1.HeaderClassName
{
color: #C47FC9;
}
.AnyTagClassName
{
color: #C47FC9;
}
</style>
background-color css
<style>
a { background-color: #C47FC9; }
a { background-color: rgb(196,127,201); }
div.DivClassName
{
background-color: #C47FC9;
}
.BgClassName
{
background-color: #C47FC9;
}
</style>
border-color css
<style>
span { border-color: #C47FC9; }
span { border-color: rgb(196,127,201); }
td.TdClassName
{
border-color: #C47FC9;
}
.TagClassName
{
border-color: #C47FC9;
}
</style>