Shades of Medium Orchid #C92CDA
Tints of Medium Orchid #C92CDA
RGB
CMYK
RGB Variations
Color information
#C92CDA (or 0xC92CDA) is known color: Medium Orchid. HEX triplet: C9, 2C and DA. RGB value is (201,44,218). Sum of RGB (Red+Green+Blue) = 201+44+218=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C92CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CDA is #36D325. Grayscale: #6E6E6E. Windows color (decimal): -3592998 or 14298313. OLE color: 14298313.
HSL color Cylindrical-coordinate representation of color #C92CDA: hue angle of 294.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92CDA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 44 | 218 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.15 |
| HSL | 294.14º | 0.7% | 0.51% | - |
| HSV(B) | 294.14º | 0.8% | 0.85% | - |
| XYZ | 37.64 | 19.28 | 68.07 | - |
| YUV | 110.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 218 | 0.08 | 0.80 | 0 | 0.15 | 294.14 | 0.7 | 0.51 |
| Hex | C9 | 2C | DA | 8 | 50 | 0 | F | 126 | 46 | 33 |
| Octal | 311 | 54 | 332 | 10 | 120 | 0 | 17 | 446 | 106 | 63 |
| Binary | 11001001 | 101100 | 11011010 | 1000 | 1010000 | 0 | 1111 | 100100110 | 1000110 | 110011 |
Color Harmonies of #C92CDA
Complementary color
Monochromatic Colors of #C92CDA
Black with #C92CDA
Text Example
Text Example
White with #C92CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CDA; }
p { color: rgb(201,44,218); }
H1.HeaderClassName
{
color: #C92CDA;
}
.AnyTagClassName
{
color: #C92CDA;
}
</style>
background-color css
<style>
a { background-color: #C92CDA; }
a { background-color: rgb(201,44,218); }
div.DivClassName
{
background-color: #C92CDA;
}
.BgClassName
{
background-color: #C92CDA;
}
</style>
border-color css
<style>
span { border-color: #C92CDA; }
span { border-color: rgb(201,44,218); }
td.TdClassName
{
border-color: #C92CDA;
}
.TagClassName
{
border-color: #C92CDA;
}
</style>