Shades of Medium Orchid #C92DD9
Tints of Medium Orchid #C92DD9
RGB
CMYK
RGB Variations
Color information
#C92DD9 (or 0xC92DD9) is known color: Medium Orchid. HEX triplet: C9, 2D and D9. RGB value is (201,45,217). Sum of RGB (Red+Green+Blue) = 201+45+217=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #C92DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DD9 is #36D226. Grayscale: #6E6E6E. Windows color (decimal): -3592743 or 14233033. OLE color: 14233033.
HSL color Cylindrical-coordinate representation of color #C92DD9: hue angle of 294.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92DD9 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 45 | 217 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.15 |
| HSL | 294.42º | 0.69% | 0.51% | - |
| HSV(B) | 294.42º | 0.79% | 0.85% | - |
| XYZ | 37.55 | 19.3 | 67.39 | - |
| YUV | 111.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 217 | 0.07 | 0.79 | 0 | 0.15 | 294.42 | 0.69 | 0.51 |
| Hex | C9 | 2D | D9 | 7 | 4F | 0 | F | 126 | 45 | 33 |
| Octal | 311 | 55 | 331 | 7 | 117 | 0 | 17 | 446 | 105 | 63 |
| Binary | 11001001 | 101101 | 11011001 | 111 | 1001111 | 0 | 1111 | 100100110 | 1000101 | 110011 |
Color Harmonies of #C92DD9
Complementary color
Monochromatic Colors of #C92DD9
Black with #C92DD9
Text Example
Text Example
White with #C92DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DD9; }
p { color: rgb(201,45,217); }
H1.HeaderClassName
{
color: #C92DD9;
}
.AnyTagClassName
{
color: #C92DD9;
}
</style>
background-color css
<style>
a { background-color: #C92DD9; }
a { background-color: rgb(201,45,217); }
div.DivClassName
{
background-color: #C92DD9;
}
.BgClassName
{
background-color: #C92DD9;
}
</style>
border-color css
<style>
span { border-color: #C92DD9; }
span { border-color: rgb(201,45,217); }
td.TdClassName
{
border-color: #C92DD9;
}
.TagClassName
{
border-color: #C92DD9;
}
</style>