Shades of Medium Orchid #C640EC
Tints of Medium Orchid #C640EC
RGB
CMYK
RGB Variations
Color information
#C640EC (or 0xC640EC) is known color: Medium Orchid. HEX triplet: C6, 40 and EC. RGB value is (198,64,236). Sum of RGB (Red+Green+Blue) = 198+64+236=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C640EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C640EC is #39BF13. Grayscale: #7B7B7B. Windows color (decimal): -3784468 or 15483078. OLE color: 15483078.
HSL color Cylindrical-coordinate representation of color #C640EC: hue angle of 286.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C640EC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 64 | 236 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.74º | 0.82% | 0.59% | - |
| HSV(B) | 286.74º | 0.73% | 0.93% | - |
| XYZ | 40.26 | 21.73 | 81.43 | - |
| YUV | 123.67 | 191.39 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 236 | 0.16 | 0.73 | 0 | 0.07 | 286.74 | 0.82 | 0.59 |
| Hex | C6 | 40 | EC | 10 | 49 | 0 | 7 | 11F | 52 | 3B |
| Octal | 306 | 100 | 354 | 20 | 111 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000110 | 1000000 | 11101100 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C640EC
Complementary color
Monochromatic Colors of #C640EC
Black with #C640EC
Text Example
Text Example
White with #C640EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640EC; }
p { color: rgb(198,64,236); }
H1.HeaderClassName
{
color: #C640EC;
}
.AnyTagClassName
{
color: #C640EC;
}
</style>
background-color css
<style>
a { background-color: #C640EC; }
a { background-color: rgb(198,64,236); }
div.DivClassName
{
background-color: #C640EC;
}
.BgClassName
{
background-color: #C640EC;
}
</style>
border-color css
<style>
span { border-color: #C640EC; }
span { border-color: rgb(198,64,236); }
td.TdClassName
{
border-color: #C640EC;
}
.TagClassName
{
border-color: #C640EC;
}
</style>