Shades of Medium Orchid #C92DEA
Tints of Medium Orchid #C92DEA
RGB
CMYK
RGB Variations
Color information
#C92DEA (or 0xC92DEA) is known color: Medium Orchid. HEX triplet: C9, 2D and EA. RGB value is (201,45,234). Sum of RGB (Red+Green+Blue) = 201+45+234=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #C92DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DEA is #36D215. Grayscale: #707070. Windows color (decimal): -3592726 or 15347145. OLE color: 15347145.
HSL color Cylindrical-coordinate representation of color #C92DEA: hue angle of 289.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92DEA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 45 | 234 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.08 |
| HSL | 289.52º | 0.82% | 0.55% | - |
| HSV(B) | 289.52º | 0.81% | 0.92% | - |
| XYZ | 39.88 | 20.23 | 79.65 | - |
| YUV | 113.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 234 | 0.14 | 0.81 | 0 | 0.08 | 289.52 | 0.82 | 0.55 |
| Hex | C9 | 2D | EA | E | 51 | 0 | 8 | 122 | 52 | 37 |
| Octal | 311 | 55 | 352 | 16 | 121 | 0 | 10 | 442 | 122 | 67 |
| Binary | 11001001 | 101101 | 11101010 | 1110 | 1010001 | 0 | 1000 | 100100010 | 1010010 | 110111 |
Color Harmonies of #C92DEA
Complementary color
Monochromatic Colors of #C92DEA
Black with #C92DEA
Text Example
Text Example
White with #C92DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DEA; }
p { color: rgb(201,45,234); }
H1.HeaderClassName
{
color: #C92DEA;
}
.AnyTagClassName
{
color: #C92DEA;
}
</style>
background-color css
<style>
a { background-color: #C92DEA; }
a { background-color: rgb(201,45,234); }
div.DivClassName
{
background-color: #C92DEA;
}
.BgClassName
{
background-color: #C92DEA;
}
</style>
border-color css
<style>
span { border-color: #C92DEA; }
span { border-color: rgb(201,45,234); }
td.TdClassName
{
border-color: #C92DEA;
}
.TagClassName
{
border-color: #C92DEA;
}
</style>