Shades of Medium Orchid #C940EC
Tints of Medium Orchid #C940EC
RGB
CMYK
RGB Variations
Color information
#C940EC (or 0xC940EC) is known color: Medium Orchid. HEX triplet: C9, 40 and EC. RGB value is (201,64,236). Sum of RGB (Red+Green+Blue) = 201+64+236=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #C940EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940EC is #36BF13. Grayscale: #7C7C7C. Windows color (decimal): -3587860 or 15483081. OLE color: 15483081.
HSL color Cylindrical-coordinate representation of color #C940EC: hue angle of 287.79º 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 #C940EC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 64 | 236 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.07 |
| HSL | 287.79º | 0.82% | 0.59% | - |
| HSV(B) | 287.79º | 0.73% | 0.93% | - |
| XYZ | 41.06 | 22.14 | 81.47 | - |
| YUV | 124.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 236 | 0.15 | 0.73 | 0 | 0.07 | 287.79 | 0.82 | 0.59 |
| Hex | C9 | 40 | EC | F | 49 | 0 | 7 | 120 | 52 | 3B |
| Octal | 311 | 100 | 354 | 17 | 111 | 0 | 7 | 440 | 122 | 73 |
| Binary | 11001001 | 1000000 | 11101100 | 1111 | 1001001 | 0 | 111 | 100100000 | 1010010 | 111011 |
Color Harmonies of #C940EC
Complementary color
Monochromatic Colors of #C940EC
Black with #C940EC
Text Example
Text Example
White with #C940EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940EC; }
p { color: rgb(201,64,236); }
H1.HeaderClassName
{
color: #C940EC;
}
.AnyTagClassName
{
color: #C940EC;
}
</style>
background-color css
<style>
a { background-color: #C940EC; }
a { background-color: rgb(201,64,236); }
div.DivClassName
{
background-color: #C940EC;
}
.BgClassName
{
background-color: #C940EC;
}
</style>
border-color css
<style>
span { border-color: #C940EC; }
span { border-color: rgb(201,64,236); }
td.TdClassName
{
border-color: #C940EC;
}
.TagClassName
{
border-color: #C940EC;
}
</style>