Shades of Medium Orchid #C92EE1
Tints of Medium Orchid #C92EE1
RGB
CMYK
RGB Variations
Color information
#C92EE1 (or 0xC92EE1) is known color: Medium Orchid. HEX triplet: C9, 2E and E1. RGB value is (201,46,225). Sum of RGB (Red+Green+Blue) = 201+46+225=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #C92EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EE1 is #36D11E. Grayscale: #707070. Windows color (decimal): -3592479 or 14757577. OLE color: 14757577.
HSL color Cylindrical-coordinate representation of color #C92EE1: hue angle of 291.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92EE1 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 46 | 225 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.12 |
| HSL | 291.96º | 0.75% | 0.53% | - |
| HSV(B) | 291.96º | 0.8% | 0.88% | - |
| XYZ | 38.66 | 19.81 | 73.02 | - |
| YUV | 112.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 225 | 0.11 | 0.80 | 0 | 0.12 | 291.96 | 0.75 | 0.53 |
| Hex | C9 | 2E | E1 | B | 50 | 0 | C | 124 | 4B | 35 |
| Octal | 311 | 56 | 341 | 13 | 120 | 0 | 14 | 444 | 113 | 65 |
| Binary | 11001001 | 101110 | 11100001 | 1011 | 1010000 | 0 | 1100 | 100100100 | 1001011 | 110101 |
Color Harmonies of #C92EE1
Complementary color
Monochromatic Colors of #C92EE1
Black with #C92EE1
Text Example
Text Example
White with #C92EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EE1; }
p { color: rgb(201,46,225); }
H1.HeaderClassName
{
color: #C92EE1;
}
.AnyTagClassName
{
color: #C92EE1;
}
</style>
background-color css
<style>
a { background-color: #C92EE1; }
a { background-color: rgb(201,46,225); }
div.DivClassName
{
background-color: #C92EE1;
}
.BgClassName
{
background-color: #C92EE1;
}
</style>
border-color css
<style>
span { border-color: #C92EE1; }
span { border-color: rgb(201,46,225); }
td.TdClassName
{
border-color: #C92EE1;
}
.TagClassName
{
border-color: #C92EE1;
}
</style>