Shades of Medium Orchid #C92DE1
Tints of Medium Orchid #C92DE1
RGB
CMYK
RGB Variations
Color information
#C92DE1 (or 0xC92DE1) is known color: Medium Orchid. HEX triplet: C9, 2D and E1. RGB value is (201,45,225). Sum of RGB (Red+Green+Blue) = 201+45+225=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #C92DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DE1 is #36D21E. Grayscale: #6F6F6F. Windows color (decimal): -3592735 or 14757321. OLE color: 14757321.
HSL color Cylindrical-coordinate representation of color #C92DE1: hue angle of 292º 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 #C92DE1 is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 45 | 225 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.12 |
| HSL | 292º | 0.75% | 0.53% | - |
| HSV(B) | 292º | 0.8% | 0.88% | - |
| XYZ | 38.62 | 19.73 | 73.01 | - |
| YUV | 112.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 225 | 0.11 | 0.8 | 0 | 0.12 | 292 | 0.75 | 0.53 |
| Hex | C9 | 2D | E1 | B | 50 | 0 | C | 124 | 4B | 35 |
| Octal | 311 | 55 | 341 | 13 | 120 | 0 | 14 | 444 | 113 | 65 |
| Binary | 11001001 | 101101 | 11100001 | 1011 | 1010000 | 0 | 1100 | 100100100 | 1001011 | 110101 |
Color Harmonies of #C92DE1
Complementary color
Monochromatic Colors of #C92DE1
Black with #C92DE1
Text Example
Text Example
White with #C92DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DE1; }
p { color: rgb(201,45,225); }
H1.HeaderClassName
{
color: #C92DE1;
}
.AnyTagClassName
{
color: #C92DE1;
}
</style>
background-color css
<style>
a { background-color: #C92DE1; }
a { background-color: rgb(201,45,225); }
div.DivClassName
{
background-color: #C92DE1;
}
.BgClassName
{
background-color: #C92DE1;
}
</style>
border-color css
<style>
span { border-color: #C92DE1; }
span { border-color: rgb(201,45,225); }
td.TdClassName
{
border-color: #C92DE1;
}
.TagClassName
{
border-color: #C92DE1;
}
</style>