Shades of Medium Orchid #C647E1
Tints of Medium Orchid #C647E1
RGB
CMYK
RGB Variations
Color information
#C647E1 (or 0xC647E1) is known color: Medium Orchid. HEX triplet: C6, 47 and E1. RGB value is (198,71,225). Sum of RGB (Red+Green+Blue) = 198+71+225=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #C647E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647E1 is #39B81E. Grayscale: #7E7E7E. Windows color (decimal): -3782687 or 14763974. OLE color: 14763974.
HSL color Cylindrical-coordinate representation of color #C647E1: hue angle of 289.48º degrees, saturation: 0.72, 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 #C647E1 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 71 | 225 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.12 |
| HSL | 289.48º | 0.72% | 0.58% | - |
| HSV(B) | 289.48º | 0.68% | 0.88% | - |
| XYZ | 39.13 | 21.95 | 73.41 | - |
| YUV | 126.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 225 | 0.12 | 0.68 | 0 | 0.12 | 289.48 | 0.72 | 0.58 |
| Hex | C6 | 47 | E1 | C | 44 | 0 | C | 121 | 48 | 3A |
| Octal | 306 | 107 | 341 | 14 | 104 | 0 | 14 | 441 | 110 | 72 |
| Binary | 11000110 | 1000111 | 11100001 | 1100 | 1000100 | 0 | 1100 | 100100001 | 1001000 | 111010 |
Color Harmonies of #C647E1
Complementary color
Monochromatic Colors of #C647E1
Black with #C647E1
Text Example
Text Example
White with #C647E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647E1; }
p { color: rgb(198,71,225); }
H1.HeaderClassName
{
color: #C647E1;
}
.AnyTagClassName
{
color: #C647E1;
}
</style>
background-color css
<style>
a { background-color: #C647E1; }
a { background-color: rgb(198,71,225); }
div.DivClassName
{
background-color: #C647E1;
}
.BgClassName
{
background-color: #C647E1;
}
</style>
border-color css
<style>
span { border-color: #C647E1; }
span { border-color: rgb(198,71,225); }
td.TdClassName
{
border-color: #C647E1;
}
.TagClassName
{
border-color: #C647E1;
}
</style>