Shades of Medium Orchid #C747D5
Tints of Medium Orchid #C747D5
RGB
CMYK
RGB Variations
Color information
#C747D5 (or 0xC747D5) is known color: Medium Orchid. HEX triplet: C7, 47 and D5. RGB value is (199,71,213). Sum of RGB (Red+Green+Blue) = 199+71+213=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #C747D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747D5 is #38B82A. Grayscale: #7D7D7D. Windows color (decimal): -3717163 or 13977543. OLE color: 13977543.
HSL color Cylindrical-coordinate representation of color #C747D5: hue angle of 294.08º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C747D5 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 71 | 213 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.16 |
| HSL | 294.08º | 0.63% | 0.56% | - |
| HSV(B) | 294.08º | 0.67% | 0.84% | - |
| XYZ | 37.82 | 21.45 | 65.1 | - |
| YUV | 125.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 213 | 0.07 | 0.67 | 0 | 0.16 | 294.08 | 0.63 | 0.56 |
| Hex | C7 | 47 | D5 | 7 | 43 | 0 | 10 | 126 | 3F | 38 |
| Octal | 307 | 107 | 325 | 7 | 103 | 0 | 20 | 446 | 77 | 70 |
| Binary | 11000111 | 1000111 | 11010101 | 111 | 1000011 | 0 | 10000 | 100100110 | 111111 | 111000 |
Color Harmonies of #C747D5
Complementary color
Monochromatic Colors of #C747D5
Black with #C747D5
Text Example
Text Example
White with #C747D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747D5; }
p { color: rgb(199,71,213); }
H1.HeaderClassName
{
color: #C747D5;
}
.AnyTagClassName
{
color: #C747D5;
}
</style>
background-color css
<style>
a { background-color: #C747D5; }
a { background-color: rgb(199,71,213); }
div.DivClassName
{
background-color: #C747D5;
}
.BgClassName
{
background-color: #C747D5;
}
</style>
border-color css
<style>
span { border-color: #C747D5; }
span { border-color: rgb(199,71,213); }
td.TdClassName
{
border-color: #C747D5;
}
.TagClassName
{
border-color: #C747D5;
}
</style>