Shades of Medium Orchid #C94EDB
Tints of Medium Orchid #C94EDB
RGB
CMYK
RGB Variations
Color information
#C94EDB (or 0xC94EDB) is known color: Medium Orchid. HEX triplet: C9, 4E and DB. RGB value is (201,78,219). Sum of RGB (Red+Green+Blue) = 201+78+219=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #C94EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EDB is #36B124. Grayscale: #828282. Windows color (decimal): -3584293 or 14372553. OLE color: 14372553.
HSL color Cylindrical-coordinate representation of color #C94EDB: hue angle of 292.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94EDB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 78 | 219 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.14 |
| HSL | 292.34º | 0.66% | 0.58% | - |
| HSV(B) | 292.34º | 0.64% | 0.86% | - |
| XYZ | 39.6 | 22.98 | 69.37 | - |
| YUV | 130.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 219 | 0.08 | 0.64 | 0 | 0.14 | 292.34 | 0.66 | 0.58 |
| Hex | C9 | 4E | DB | 8 | 40 | 0 | E | 124 | 42 | 3A |
| Octal | 311 | 116 | 333 | 10 | 100 | 0 | 16 | 444 | 102 | 72 |
| Binary | 11001001 | 1001110 | 11011011 | 1000 | 1000000 | 0 | 1110 | 100100100 | 1000010 | 111010 |
Color Harmonies of #C94EDB
Complementary color
Monochromatic Colors of #C94EDB
Black with #C94EDB
Text Example
Text Example
White with #C94EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EDB; }
p { color: rgb(201,78,219); }
H1.HeaderClassName
{
color: #C94EDB;
}
.AnyTagClassName
{
color: #C94EDB;
}
</style>
background-color css
<style>
a { background-color: #C94EDB; }
a { background-color: rgb(201,78,219); }
div.DivClassName
{
background-color: #C94EDB;
}
.BgClassName
{
background-color: #C94EDB;
}
</style>
border-color css
<style>
span { border-color: #C94EDB; }
span { border-color: rgb(201,78,219); }
td.TdClassName
{
border-color: #C94EDB;
}
.TagClassName
{
border-color: #C94EDB;
}
</style>