Shades of Medium Orchid #C94EEE
Tints of Medium Orchid #C94EEE
RGB
CMYK
RGB Variations
Color information
#C94EEE (or 0xC94EEE) is known color: Medium Orchid. HEX triplet: C9, 4E and EE. RGB value is (201,78,238). Sum of RGB (Red+Green+Blue) = 201+78+238=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C94EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EEE is #36B111. Grayscale: #848484. Windows color (decimal): -3584274 or 15617737. OLE color: 15617737.
HSL color Cylindrical-coordinate representation of color #C94EEE: hue angle of 286.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94EEE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 78 | 238 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 286.13º | 0.82% | 0.62% | - |
| HSV(B) | 286.13º | 0.67% | 0.93% | - |
| XYZ | 42.24 | 24.04 | 83.3 | - |
| YUV | 133.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 238 | 0.16 | 0.67 | 0 | 0.07 | 286.13 | 0.82 | 0.62 |
| Hex | C9 | 4E | EE | 10 | 43 | 0 | 7 | 11E | 52 | 3E |
| Octal | 311 | 116 | 356 | 20 | 103 | 0 | 7 | 436 | 122 | 76 |
| Binary | 11001001 | 1001110 | 11101110 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010010 | 111110 |
Color Harmonies of #C94EEE
Complementary color
Monochromatic Colors of #C94EEE
Black with #C94EEE
Text Example
Text Example
White with #C94EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EEE; }
p { color: rgb(201,78,238); }
H1.HeaderClassName
{
color: #C94EEE;
}
.AnyTagClassName
{
color: #C94EEE;
}
</style>
background-color css
<style>
a { background-color: #C94EEE; }
a { background-color: rgb(201,78,238); }
div.DivClassName
{
background-color: #C94EEE;
}
.BgClassName
{
background-color: #C94EEE;
}
</style>
border-color css
<style>
span { border-color: #C94EEE; }
span { border-color: rgb(201,78,238); }
td.TdClassName
{
border-color: #C94EEE;
}
.TagClassName
{
border-color: #C94EEE;
}
</style>