Shades of Medium Orchid #C940EA
Tints of Medium Orchid #C940EA
RGB
CMYK
RGB Variations
Color information
#C940EA (or 0xC940EA) is known color: Medium Orchid. HEX triplet: C9, 40 and EA. RGB value is (201,64,234). Sum of RGB (Red+Green+Blue) = 201+64+234=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C940EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940EA is #36BF15. Grayscale: #7B7B7B. Windows color (decimal): -3587862 or 15352009. OLE color: 15352009.
HSL color Cylindrical-coordinate representation of color #C940EA: hue angle of 288.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C940EA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 64 | 234 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.08 |
| HSL | 288.35º | 0.8% | 0.58% | - |
| HSV(B) | 288.35º | 0.73% | 0.92% | - |
| XYZ | 40.77 | 22.02 | 79.94 | - |
| YUV | 124.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 234 | 0.14 | 0.73 | 0 | 0.08 | 288.35 | 0.8 | 0.58 |
| Hex | C9 | 40 | EA | E | 49 | 0 | 8 | 120 | 50 | 3A |
| Octal | 311 | 100 | 352 | 16 | 111 | 0 | 10 | 440 | 120 | 72 |
| Binary | 11001001 | 1000000 | 11101010 | 1110 | 1001001 | 0 | 1000 | 100100000 | 1010000 | 111010 |
Color Harmonies of #C940EA
Complementary color
Monochromatic Colors of #C940EA
Black with #C940EA
Text Example
Text Example
White with #C940EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940EA; }
p { color: rgb(201,64,234); }
H1.HeaderClassName
{
color: #C940EA;
}
.AnyTagClassName
{
color: #C940EA;
}
</style>
background-color css
<style>
a { background-color: #C940EA; }
a { background-color: rgb(201,64,234); }
div.DivClassName
{
background-color: #C940EA;
}
.BgClassName
{
background-color: #C940EA;
}
</style>
border-color css
<style>
span { border-color: #C940EA; }
span { border-color: rgb(201,64,234); }
td.TdClassName
{
border-color: #C940EA;
}
.TagClassName
{
border-color: #C940EA;
}
</style>