Shades of Medium Orchid #C92CE9
Tints of Medium Orchid #C92CE9
RGB
CMYK
RGB Variations
Color information
#C92CE9 (or 0xC92CE9) is known color: Medium Orchid. HEX triplet: C9, 2C and E9. RGB value is (201,44,233). Sum of RGB (Red+Green+Blue) = 201+44+233=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #C92CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CE9 is #36D316. Grayscale: #6F6F6F. Windows color (decimal): -3592983 or 15281353. OLE color: 15281353.
HSL color Cylindrical-coordinate representation of color #C92CE9: hue angle of 289.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92CE9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 44 | 233 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.09 |
| HSL | 289.84º | 0.81% | 0.54% | - |
| HSV(B) | 289.84º | 0.81% | 0.91% | - |
| XYZ | 39.7 | 20.1 | 78.88 | - |
| YUV | 112.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 233 | 0.14 | 0.81 | 0 | 0.09 | 289.84 | 0.81 | 0.54 |
| Hex | C9 | 2C | E9 | E | 51 | 0 | 9 | 122 | 51 | 36 |
| Octal | 311 | 54 | 351 | 16 | 121 | 0 | 11 | 442 | 121 | 66 |
| Binary | 11001001 | 101100 | 11101001 | 1110 | 1010001 | 0 | 1001 | 100100010 | 1010001 | 110110 |
Color Harmonies of #C92CE9
Complementary color
Monochromatic Colors of #C92CE9
Black with #C92CE9
Text Example
Text Example
White with #C92CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CE9; }
p { color: rgb(201,44,233); }
H1.HeaderClassName
{
color: #C92CE9;
}
.AnyTagClassName
{
color: #C92CE9;
}
</style>
background-color css
<style>
a { background-color: #C92CE9; }
a { background-color: rgb(201,44,233); }
div.DivClassName
{
background-color: #C92CE9;
}
.BgClassName
{
background-color: #C92CE9;
}
</style>
border-color css
<style>
span { border-color: #C92CE9; }
span { border-color: rgb(201,44,233); }
td.TdClassName
{
border-color: #C92CE9;
}
.TagClassName
{
border-color: #C92CE9;
}
</style>