Shades of Medium Orchid #C94EEF
Tints of Medium Orchid #C94EEF
RGB
CMYK
RGB Variations
Color information
#C94EEF (or 0xC94EEF) is known color: Medium Orchid. HEX triplet: C9, 4E and EF. RGB value is (201,78,239). Sum of RGB (Red+Green+Blue) = 201+78+239=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C94EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EEF is #36B110. Grayscale: #848484. Windows color (decimal): -3584273 or 15683273. OLE color: 15683273.
HSL color Cylindrical-coordinate representation of color #C94EEF: hue angle of 285.84º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94EEF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 78 | 239 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.06 |
| HSL | 285.84º | 0.83% | 0.62% | - |
| HSV(B) | 285.84º | 0.67% | 0.94% | - |
| XYZ | 42.39 | 24.1 | 84.08 | - |
| YUV | 133.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 239 | 0.16 | 0.67 | 0 | 0.06 | 285.84 | 0.83 | 0.62 |
| Hex | C9 | 4E | EF | 10 | 43 | 0 | 6 | 11E | 53 | 3E |
| Octal | 311 | 116 | 357 | 20 | 103 | 0 | 6 | 436 | 123 | 76 |
| Binary | 11001001 | 1001110 | 11101111 | 10000 | 1000011 | 0 | 110 | 100011110 | 1010011 | 111110 |
Color Harmonies of #C94EEF
Complementary color
Monochromatic Colors of #C94EEF
Black with #C94EEF
Text Example
Text Example
White with #C94EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EEF; }
p { color: rgb(201,78,239); }
H1.HeaderClassName
{
color: #C94EEF;
}
.AnyTagClassName
{
color: #C94EEF;
}
</style>
background-color css
<style>
a { background-color: #C94EEF; }
a { background-color: rgb(201,78,239); }
div.DivClassName
{
background-color: #C94EEF;
}
.BgClassName
{
background-color: #C94EEF;
}
</style>
border-color css
<style>
span { border-color: #C94EEF; }
span { border-color: rgb(201,78,239); }
td.TdClassName
{
border-color: #C94EEF;
}
.TagClassName
{
border-color: #C94EEF;
}
</style>