Shades of Medium Orchid #C92DE9
Tints of Medium Orchid #C92DE9
RGB
CMYK
RGB Variations
Color information
#C92DE9 (or 0xC92DE9) is known color: Medium Orchid. HEX triplet: C9, 2D and E9. RGB value is (201,45,233). Sum of RGB (Red+Green+Blue) = 201+45+233=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #C92DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DE9 is #36D216. Grayscale: #707070. Windows color (decimal): -3592727 or 15281609. OLE color: 15281609.
HSL color Cylindrical-coordinate representation of color #C92DE9: hue angle of 289.79º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92DE9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 45 | 233 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.09 |
| HSL | 289.79º | 0.81% | 0.55% | - |
| HSV(B) | 289.79º | 0.81% | 0.91% | - |
| XYZ | 39.73 | 20.18 | 78.89 | - |
| YUV | 113.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 233 | 0.14 | 0.81 | 0 | 0.09 | 289.79 | 0.81 | 0.55 |
| Hex | C9 | 2D | E9 | E | 51 | 0 | 9 | 122 | 51 | 37 |
| Octal | 311 | 55 | 351 | 16 | 121 | 0 | 11 | 442 | 121 | 67 |
| Binary | 11001001 | 101101 | 11101001 | 1110 | 1010001 | 0 | 1001 | 100100010 | 1010001 | 110111 |
Color Harmonies of #C92DE9
Complementary color
Monochromatic Colors of #C92DE9
Black with #C92DE9
Text Example
Text Example
White with #C92DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DE9; }
p { color: rgb(201,45,233); }
H1.HeaderClassName
{
color: #C92DE9;
}
.AnyTagClassName
{
color: #C92DE9;
}
</style>
background-color css
<style>
a { background-color: #C92DE9; }
a { background-color: rgb(201,45,233); }
div.DivClassName
{
background-color: #C92DE9;
}
.BgClassName
{
background-color: #C92DE9;
}
</style>
border-color css
<style>
span { border-color: #C92DE9; }
span { border-color: rgb(201,45,233); }
td.TdClassName
{
border-color: #C92DE9;
}
.TagClassName
{
border-color: #C92DE9;
}
</style>