Shades of Medium Orchid #C94EDC
Tints of Medium Orchid #C94EDC
RGB
CMYK
RGB Variations
Color information
#C94EDC (or 0xC94EDC) is known color: Medium Orchid. HEX triplet: C9, 4E and DC. RGB value is (201,78,220). Sum of RGB (Red+Green+Blue) = 201+78+220=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C94EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EDC is #36B123. Grayscale: #828282. Windows color (decimal): -3584292 or 14438089. OLE color: 14438089.
HSL color Cylindrical-coordinate representation of color #C94EDC: hue angle of 291.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94EDC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 78 | 220 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.14 |
| HSL | 291.97º | 0.67% | 0.58% | - |
| HSV(B) | 291.97º | 0.65% | 0.86% | - |
| XYZ | 39.73 | 23.03 | 70.06 | - |
| YUV | 130.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 220 | 0.09 | 0.65 | 0 | 0.14 | 291.97 | 0.67 | 0.58 |
| Hex | C9 | 4E | DC | 9 | 41 | 0 | E | 124 | 43 | 3A |
| Octal | 311 | 116 | 334 | 11 | 101 | 0 | 16 | 444 | 103 | 72 |
| Binary | 11001001 | 1001110 | 11011100 | 1001 | 1000001 | 0 | 1110 | 100100100 | 1000011 | 111010 |
Color Harmonies of #C94EDC
Complementary color
Monochromatic Colors of #C94EDC
Black with #C94EDC
Text Example
Text Example
White with #C94EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EDC; }
p { color: rgb(201,78,220); }
H1.HeaderClassName
{
color: #C94EDC;
}
.AnyTagClassName
{
color: #C94EDC;
}
</style>
background-color css
<style>
a { background-color: #C94EDC; }
a { background-color: rgb(201,78,220); }
div.DivClassName
{
background-color: #C94EDC;
}
.BgClassName
{
background-color: #C94EDC;
}
</style>
border-color css
<style>
span { border-color: #C94EDC; }
span { border-color: rgb(201,78,220); }
td.TdClassName
{
border-color: #C94EDC;
}
.TagClassName
{
border-color: #C94EDC;
}
</style>