Shades of Medium Orchid #C647EB
Tints of Medium Orchid #C647EB
RGB
CMYK
RGB Variations
Color information
#C647EB (or 0xC647EB) is known color: Medium Orchid. HEX triplet: C6, 47 and EB. RGB value is (198,71,235). Sum of RGB (Red+Green+Blue) = 198+71+235=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C647EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C647EB is #39B814. Grayscale: #7F7F7F. Windows color (decimal): -3782677 or 15419334. OLE color: 15419334.
HSL color Cylindrical-coordinate representation of color #C647EB: hue angle of 286.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C647EB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 71 | 235 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.08 |
| HSL | 286.46º | 0.8% | 0.6% | - |
| HSV(B) | 286.46º | 0.7% | 0.92% | - |
| XYZ | 40.54 | 22.51 | 80.81 | - |
| YUV | 127.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 235 | 0.16 | 0.70 | 0 | 0.08 | 286.46 | 0.8 | 0.6 |
| Hex | C6 | 47 | EB | 10 | 46 | 0 | 8 | 11E | 50 | 3C |
| Octal | 306 | 107 | 353 | 20 | 106 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000110 | 1000111 | 11101011 | 10000 | 1000110 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C647EB
Complementary color
Monochromatic Colors of #C647EB
Black with #C647EB
Text Example
Text Example
White with #C647EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647EB; }
p { color: rgb(198,71,235); }
H1.HeaderClassName
{
color: #C647EB;
}
.AnyTagClassName
{
color: #C647EB;
}
</style>
background-color css
<style>
a { background-color: #C647EB; }
a { background-color: rgb(198,71,235); }
div.DivClassName
{
background-color: #C647EB;
}
.BgClassName
{
background-color: #C647EB;
}
</style>
border-color css
<style>
span { border-color: #C647EB; }
span { border-color: rgb(198,71,235); }
td.TdClassName
{
border-color: #C647EB;
}
.TagClassName
{
border-color: #C647EB;
}
</style>