Shades of Medium Orchid #C92CD6
Tints of Medium Orchid #C92CD6
RGB
CMYK
RGB Variations
Color information
#C92CD6 (or 0xC92CD6) is known color: Medium Orchid. HEX triplet: C9, 2C and D6. RGB value is (201,44,214). Sum of RGB (Red+Green+Blue) = 201+44+214=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #C92CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CD6 is #36D329. Grayscale: #6D6D6D. Windows color (decimal): -3593002 or 14036169. OLE color: 14036169.
HSL color Cylindrical-coordinate representation of color #C92CD6: hue angle of 295.41º 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 #C92CD6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 44 | 214 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.16 |
| HSL | 295.41º | 0.67% | 0.51% | - |
| HSV(B) | 295.41º | 0.79% | 0.84% | - |
| XYZ | 37.13 | 19.07 | 65.34 | - |
| YUV | 110.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 214 | 0.06 | 0.79 | 0 | 0.16 | 295.41 | 0.67 | 0.51 |
| Hex | C9 | 2C | D6 | 6 | 4F | 0 | 10 | 127 | 43 | 33 |
| Octal | 311 | 54 | 326 | 6 | 117 | 0 | 20 | 447 | 103 | 63 |
| Binary | 11001001 | 101100 | 11010110 | 110 | 1001111 | 0 | 10000 | 100100111 | 1000011 | 110011 |
Color Harmonies of #C92CD6
Complementary color
Monochromatic Colors of #C92CD6
Black with #C92CD6
Text Example
Text Example
White with #C92CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CD6; }
p { color: rgb(201,44,214); }
H1.HeaderClassName
{
color: #C92CD6;
}
.AnyTagClassName
{
color: #C92CD6;
}
</style>
background-color css
<style>
a { background-color: #C92CD6; }
a { background-color: rgb(201,44,214); }
div.DivClassName
{
background-color: #C92CD6;
}
.BgClassName
{
background-color: #C92CD6;
}
</style>
border-color css
<style>
span { border-color: #C92CD6; }
span { border-color: rgb(201,44,214); }
td.TdClassName
{
border-color: #C92CD6;
}
.TagClassName
{
border-color: #C92CD6;
}
</style>