Shades of Orchid #C47FCF
Tints of Orchid #C47FCF
RGB
CMYK
RGB Variations
Color information
#C47FCF (or 0xC47FCF) is known color: Orchid. HEX triplet: C4, 7F and CF. RGB value is (196,127,207). Sum of RGB (Red+Green+Blue) = 196+127+207=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C47FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCF is #3B8030. Grayscale: #9C9C9C. Windows color (decimal): -3899441 or 13598660. OLE color: 13598660.
HSL color Cylindrical-coordinate representation of color #C47FCF: hue angle of 291.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47FCF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 127 | 207 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.19 |
| HSL | 291.75º | 0.45% | 0.65% | - |
| HSV(B) | 291.75º | 0.39% | 0.81% | - |
| XYZ | 41.62 | 31.42 | 62.9 | - |
| YUV | 156.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 207 | 0.05 | 0.39 | 0 | 0.19 | 291.75 | 0.45 | 0.65 |
| Hex | C4 | 7F | CF | 5 | 27 | 0 | 13 | 124 | 2D | 41 |
| Octal | 304 | 177 | 317 | 5 | 47 | 0 | 23 | 444 | 55 | 101 |
| Binary | 11000100 | 1111111 | 11001111 | 101 | 100111 | 0 | 10011 | 100100100 | 101101 | 1000001 |
Color Harmonies of #C47FCF
Complementary color
Monochromatic Colors of #C47FCF
Black with #C47FCF
Text Example
Text Example
White with #C47FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FCF; }
p { color: rgb(196,127,207); }
H1.HeaderClassName
{
color: #C47FCF;
}
.AnyTagClassName
{
color: #C47FCF;
}
</style>
background-color css
<style>
a { background-color: #C47FCF; }
a { background-color: rgb(196,127,207); }
div.DivClassName
{
background-color: #C47FCF;
}
.BgClassName
{
background-color: #C47FCF;
}
</style>
border-color css
<style>
span { border-color: #C47FCF; }
span { border-color: rgb(196,127,207); }
td.TdClassName
{
border-color: #C47FCF;
}
.TagClassName
{
border-color: #C47FCF;
}
</style>