Shades of Medium Orchid #C92ED6
Tints of Medium Orchid #C92ED6
RGB
CMYK
RGB Variations
Color information
#C92ED6 (or 0xC92ED6) is known color: Medium Orchid. HEX triplet: C9, 2E and D6. RGB value is (201,46,214). Sum of RGB (Red+Green+Blue) = 201+46+214=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #C92ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ED6 is #36D129. Grayscale: #6E6E6E. Windows color (decimal): -3592490 or 14036681. OLE color: 14036681.
HSL color Cylindrical-coordinate representation of color #C92ED6: hue angle of 295.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92ED6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 46 | 214 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.16 |
| HSL | 295.36º | 0.67% | 0.51% | - |
| HSV(B) | 295.36º | 0.79% | 0.84% | - |
| XYZ | 37.2 | 19.23 | 65.37 | - |
| YUV | 111.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 214 | 0.06 | 0.79 | 0 | 0.16 | 295.36 | 0.67 | 0.51 |
| Hex | C9 | 2E | D6 | 6 | 4F | 0 | 10 | 127 | 43 | 33 |
| Octal | 311 | 56 | 326 | 6 | 117 | 0 | 20 | 447 | 103 | 63 |
| Binary | 11001001 | 101110 | 11010110 | 110 | 1001111 | 0 | 10000 | 100100111 | 1000011 | 110011 |
Color Harmonies of #C92ED6
Complementary color
Monochromatic Colors of #C92ED6
Black with #C92ED6
Text Example
Text Example
White with #C92ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ED6; }
p { color: rgb(201,46,214); }
H1.HeaderClassName
{
color: #C92ED6;
}
.AnyTagClassName
{
color: #C92ED6;
}
</style>
background-color css
<style>
a { background-color: #C92ED6; }
a { background-color: rgb(201,46,214); }
div.DivClassName
{
background-color: #C92ED6;
}
.BgClassName
{
background-color: #C92ED6;
}
</style>
border-color css
<style>
span { border-color: #C92ED6; }
span { border-color: rgb(201,46,214); }
td.TdClassName
{
border-color: #C92ED6;
}
.TagClassName
{
border-color: #C92ED6;
}
</style>