Shades of Medium Orchid #C94EE9
Tints of Medium Orchid #C94EE9
RGB
CMYK
RGB Variations
Color information
#C94EE9 (or 0xC94EE9) is known color: Medium Orchid. HEX triplet: C9, 4E and E9. RGB value is (201,78,233). Sum of RGB (Red+Green+Blue) = 201+78+233=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #C94EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EE9 is #36B116. Grayscale: #838383. Windows color (decimal): -3584279 or 15290057. OLE color: 15290057.
HSL color Cylindrical-coordinate representation of color #C94EE9: hue angle of 287.61º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94EE9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 78 | 233 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.09 |
| HSL | 287.61º | 0.78% | 0.61% | - |
| HSV(B) | 287.61º | 0.67% | 0.91% | - |
| XYZ | 41.52 | 23.75 | 79.49 | - |
| YUV | 132.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 233 | 0.14 | 0.67 | 0 | 0.09 | 287.61 | 0.78 | 0.61 |
| Hex | C9 | 4E | E9 | E | 43 | 0 | 9 | 120 | 4E | 3D |
| Octal | 311 | 116 | 351 | 16 | 103 | 0 | 11 | 440 | 116 | 75 |
| Binary | 11001001 | 1001110 | 11101001 | 1110 | 1000011 | 0 | 1001 | 100100000 | 1001110 | 111101 |
Color Harmonies of #C94EE9
Complementary color
Monochromatic Colors of #C94EE9
Black with #C94EE9
Text Example
Text Example
White with #C94EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EE9; }
p { color: rgb(201,78,233); }
H1.HeaderClassName
{
color: #C94EE9;
}
.AnyTagClassName
{
color: #C94EE9;
}
</style>
background-color css
<style>
a { background-color: #C94EE9; }
a { background-color: rgb(201,78,233); }
div.DivClassName
{
background-color: #C94EE9;
}
.BgClassName
{
background-color: #C94EE9;
}
</style>
border-color css
<style>
span { border-color: #C94EE9; }
span { border-color: rgb(201,78,233); }
td.TdClassName
{
border-color: #C94EE9;
}
.TagClassName
{
border-color: #C94EE9;
}
</style>