Shades of Medium Orchid #C92EDB
Tints of Medium Orchid #C92EDB
RGB
CMYK
RGB Variations
Color information
#C92EDB (or 0xC92EDB) is known color: Medium Orchid. HEX triplet: C9, 2E and DB. RGB value is (201,46,219). Sum of RGB (Red+Green+Blue) = 201+46+219=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EDB is #36D124. Grayscale: #6F6F6F. Windows color (decimal): -3592485 or 14364361. OLE color: 14364361.
HSL color Cylindrical-coordinate representation of color #C92EDB: hue angle of 293.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92EDB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 46 | 219 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.14 |
| HSL | 293.76º | 0.71% | 0.52% | - |
| HSV(B) | 293.76º | 0.79% | 0.86% | - |
| XYZ | 37.85 | 19.49 | 68.78 | - |
| YUV | 112.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 219 | 0.08 | 0.79 | 0 | 0.14 | 293.76 | 0.71 | 0.52 |
| Hex | C9 | 2E | DB | 8 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 311 | 56 | 333 | 10 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001001 | 101110 | 11011011 | 1000 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #C92EDB
Complementary color
Monochromatic Colors of #C92EDB
Black with #C92EDB
Text Example
Text Example
White with #C92EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EDB; }
p { color: rgb(201,46,219); }
H1.HeaderClassName
{
color: #C92EDB;
}
.AnyTagClassName
{
color: #C92EDB;
}
</style>
background-color css
<style>
a { background-color: #C92EDB; }
a { background-color: rgb(201,46,219); }
div.DivClassName
{
background-color: #C92EDB;
}
.BgClassName
{
background-color: #C92EDB;
}
</style>
border-color css
<style>
span { border-color: #C92EDB; }
span { border-color: rgb(201,46,219); }
td.TdClassName
{
border-color: #C92EDB;
}
.TagClassName
{
border-color: #C92EDB;
}
</style>