Shades of Medium Orchid #C92DEC
Tints of Medium Orchid #C92DEC
RGB
CMYK
RGB Variations
Color information
#C92DEC (or 0xC92DEC) is known color: Medium Orchid. HEX triplet: C9, 2D and EC. RGB value is (201,45,236). Sum of RGB (Red+Green+Blue) = 201+45+236=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C92DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DEC is #36D213. Grayscale: #707070. Windows color (decimal): -3592724 or 15478217. OLE color: 15478217.
HSL color Cylindrical-coordinate representation of color #C92DEC: hue angle of 289.01º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92DEC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 45 | 236 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.07 |
| HSL | 289.01º | 0.83% | 0.55% | - |
| HSV(B) | 289.01º | 0.81% | 0.93% | - |
| XYZ | 40.17 | 20.35 | 81.17 | - |
| YUV | 113.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 236 | 0.15 | 0.81 | 0 | 0.07 | 289.01 | 0.83 | 0.55 |
| Hex | C9 | 2D | EC | F | 51 | 0 | 7 | 121 | 53 | 37 |
| Octal | 311 | 55 | 354 | 17 | 121 | 0 | 7 | 441 | 123 | 67 |
| Binary | 11001001 | 101101 | 11101100 | 1111 | 1010001 | 0 | 111 | 100100001 | 1010011 | 110111 |
Color Harmonies of #C92DEC
Complementary color
Monochromatic Colors of #C92DEC
Black with #C92DEC
Text Example
Text Example
White with #C92DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DEC; }
p { color: rgb(201,45,236); }
H1.HeaderClassName
{
color: #C92DEC;
}
.AnyTagClassName
{
color: #C92DEC;
}
</style>
background-color css
<style>
a { background-color: #C92DEC; }
a { background-color: rgb(201,45,236); }
div.DivClassName
{
background-color: #C92DEC;
}
.BgClassName
{
background-color: #C92DEC;
}
</style>
border-color css
<style>
span { border-color: #C92DEC; }
span { border-color: rgb(201,45,236); }
td.TdClassName
{
border-color: #C92DEC;
}
.TagClassName
{
border-color: #C92DEC;
}
</style>