Shades of Medium Orchid #C647E0
Tints of Medium Orchid #C647E0
RGB
CMYK
RGB Variations
Color information
#C647E0 (or 0xC647E0) is known color: Medium Orchid. HEX triplet: C6, 47 and E0. RGB value is (198,71,224). Sum of RGB (Red+Green+Blue) = 198+71+224=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #C647E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647E0 is #39B81F. Grayscale: #7D7D7D. Windows color (decimal): -3782688 or 14698438. OLE color: 14698438.
HSL color Cylindrical-coordinate representation of color #C647E0: hue angle of 289.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C647E0 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 71 | 224 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.12 |
| HSL | 289.8º | 0.71% | 0.58% | - |
| HSV(B) | 289.8º | 0.68% | 0.88% | - |
| XYZ | 39 | 21.89 | 72.69 | - |
| YUV | 126.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 224 | 0.12 | 0.68 | 0 | 0.12 | 289.8 | 0.71 | 0.58 |
| Hex | C6 | 47 | E0 | C | 44 | 0 | C | 122 | 47 | 3A |
| Octal | 306 | 107 | 340 | 14 | 104 | 0 | 14 | 442 | 107 | 72 |
| Binary | 11000110 | 1000111 | 11100000 | 1100 | 1000100 | 0 | 1100 | 100100010 | 1000111 | 111010 |
Color Harmonies of #C647E0
Complementary color
Monochromatic Colors of #C647E0
Black with #C647E0
Text Example
Text Example
White with #C647E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647E0; }
p { color: rgb(198,71,224); }
H1.HeaderClassName
{
color: #C647E0;
}
.AnyTagClassName
{
color: #C647E0;
}
</style>
background-color css
<style>
a { background-color: #C647E0; }
a { background-color: rgb(198,71,224); }
div.DivClassName
{
background-color: #C647E0;
}
.BgClassName
{
background-color: #C647E0;
}
</style>
border-color css
<style>
span { border-color: #C647E0; }
span { border-color: rgb(198,71,224); }
td.TdClassName
{
border-color: #C647E0;
}
.TagClassName
{
border-color: #C647E0;
}
</style>