Shades of Medium Orchid #C940EE
Tints of Medium Orchid #C940EE
RGB
CMYK
RGB Variations
Color information
#C940EE (or 0xC940EE) is known color: Medium Orchid. HEX triplet: C9, 40 and EE. RGB value is (201,64,238). Sum of RGB (Red+Green+Blue) = 201+64+238=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #C940EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940EE is #36BF11. Grayscale: #7C7C7C. Windows color (decimal): -3587858 or 15614153. OLE color: 15614153.
HSL color Cylindrical-coordinate representation of color #C940EE: hue angle of 287.24º degrees, saturation: 0.84, 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 #C940EE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 64 | 238 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 287.24º | 0.84% | 0.59% | - |
| HSV(B) | 287.24º | 0.73% | 0.93% | - |
| XYZ | 41.35 | 22.26 | 83.01 | - |
| YUV | 124.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 238 | 0.16 | 0.73 | 0 | 0.07 | 287.24 | 0.84 | 0.59 |
| Hex | C9 | 40 | EE | 10 | 49 | 0 | 7 | 11F | 54 | 3B |
| Octal | 311 | 100 | 356 | 20 | 111 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11001001 | 1000000 | 11101110 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C940EE
Complementary color
Monochromatic Colors of #C940EE
Black with #C940EE
Text Example
Text Example
White with #C940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940EE; }
p { color: rgb(201,64,238); }
H1.HeaderClassName
{
color: #C940EE;
}
.AnyTagClassName
{
color: #C940EE;
}
</style>
background-color css
<style>
a { background-color: #C940EE; }
a { background-color: rgb(201,64,238); }
div.DivClassName
{
background-color: #C940EE;
}
.BgClassName
{
background-color: #C940EE;
}
</style>
border-color css
<style>
span { border-color: #C940EE; }
span { border-color: rgb(201,64,238); }
td.TdClassName
{
border-color: #C940EE;
}
.TagClassName
{
border-color: #C940EE;
}
</style>