Shades of Medium Orchid #C647D7
Tints of Medium Orchid #C647D7
RGB
CMYK
RGB Variations
Color information
#C647D7 (or 0xC647D7) is known color: Medium Orchid. HEX triplet: C6, 47 and D7. RGB value is (198,71,215). Sum of RGB (Red+Green+Blue) = 198+71+215=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #C647D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647D7 is #39B828. Grayscale: #7C7C7C. Windows color (decimal): -3782697 or 14108614. OLE color: 14108614.
HSL color Cylindrical-coordinate representation of color #C647D7: hue angle of 292.92º degrees, saturation: 0.64, 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 #C647D7 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 71 | 215 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.16 |
| HSL | 292.92º | 0.64% | 0.56% | - |
| HSV(B) | 292.92º | 0.67% | 0.84% | - |
| XYZ | 37.81 | 21.42 | 66.43 | - |
| YUV | 125.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 215 | 0.08 | 0.67 | 0 | 0.16 | 292.92 | 0.64 | 0.56 |
| Hex | C6 | 47 | D7 | 8 | 43 | 0 | 10 | 125 | 40 | 38 |
| Octal | 306 | 107 | 327 | 10 | 103 | 0 | 20 | 445 | 100 | 70 |
| Binary | 11000110 | 1000111 | 11010111 | 1000 | 1000011 | 0 | 10000 | 100100101 | 1000000 | 111000 |
Color Harmonies of #C647D7
Complementary color
Monochromatic Colors of #C647D7
Black with #C647D7
Text Example
Text Example
White with #C647D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647D7; }
p { color: rgb(198,71,215); }
H1.HeaderClassName
{
color: #C647D7;
}
.AnyTagClassName
{
color: #C647D7;
}
</style>
background-color css
<style>
a { background-color: #C647D7; }
a { background-color: rgb(198,71,215); }
div.DivClassName
{
background-color: #C647D7;
}
.BgClassName
{
background-color: #C647D7;
}
</style>
border-color css
<style>
span { border-color: #C647D7; }
span { border-color: rgb(198,71,215); }
td.TdClassName
{
border-color: #C647D7;
}
.TagClassName
{
border-color: #C647D7;
}
</style>