Shades of Medium Orchid #C92EE0
Tints of Medium Orchid #C92EE0
RGB
CMYK
RGB Variations
Color information
#C92EE0 (or 0xC92EE0) is known color: Medium Orchid. HEX triplet: C9, 2E and E0. RGB value is (201,46,224). Sum of RGB (Red+Green+Blue) = 201+46+224=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #C92EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EE0 is #36D11F. Grayscale: #707070. Windows color (decimal): -3592480 or 14692041. OLE color: 14692041.
HSL color Cylindrical-coordinate representation of color #C92EE0: hue angle of 292.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92EE0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 46 | 224 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.12 |
| HSL | 292.25º | 0.74% | 0.53% | - |
| HSV(B) | 292.25º | 0.79% | 0.88% | - |
| XYZ | 38.52 | 19.75 | 72.3 | - |
| YUV | 112.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 224 | 0.10 | 0.79 | 0 | 0.12 | 292.25 | 0.74 | 0.53 |
| Hex | C9 | 2E | E0 | A | 4F | 0 | C | 124 | 4A | 35 |
| Octal | 311 | 56 | 340 | 12 | 117 | 0 | 14 | 444 | 112 | 65 |
| Binary | 11001001 | 101110 | 11100000 | 1010 | 1001111 | 0 | 1100 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C92EE0
Complementary color
Monochromatic Colors of #C92EE0
Black with #C92EE0
Text Example
Text Example
White with #C92EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EE0; }
p { color: rgb(201,46,224); }
H1.HeaderClassName
{
color: #C92EE0;
}
.AnyTagClassName
{
color: #C92EE0;
}
</style>
background-color css
<style>
a { background-color: #C92EE0; }
a { background-color: rgb(201,46,224); }
div.DivClassName
{
background-color: #C92EE0;
}
.BgClassName
{
background-color: #C92EE0;
}
</style>
border-color css
<style>
span { border-color: #C92EE0; }
span { border-color: rgb(201,46,224); }
td.TdClassName
{
border-color: #C92EE0;
}
.TagClassName
{
border-color: #C92EE0;
}
</style>