Shades of Medium Orchid #C92DDC
Tints of Medium Orchid #C92DDC
RGB
CMYK
RGB Variations
Color information
#C92DDC (or 0xC92DDC) is known color: Medium Orchid. HEX triplet: C9, 2D and DC. RGB value is (201,45,220). Sum of RGB (Red+Green+Blue) = 201+45+220=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C92DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DDC is #36D223. Grayscale: #6F6F6F. Windows color (decimal): -3592740 or 14429641. OLE color: 14429641.
HSL color Cylindrical-coordinate representation of color #C92DDC: hue angle of 293.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92DDC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 45 | 220 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.14 |
| HSL | 293.49º | 0.71% | 0.52% | - |
| HSV(B) | 293.49º | 0.8% | 0.86% | - |
| XYZ | 37.94 | 19.46 | 69.47 | - |
| YUV | 111.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 220 | 0.09 | 0.80 | 0 | 0.14 | 293.49 | 0.71 | 0.52 |
| Hex | C9 | 2D | DC | 9 | 50 | 0 | E | 125 | 47 | 34 |
| Octal | 311 | 55 | 334 | 11 | 120 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11001001 | 101101 | 11011100 | 1001 | 1010000 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C92DDC
Complementary color
Monochromatic Colors of #C92DDC
Black with #C92DDC
Text Example
Text Example
White with #C92DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DDC; }
p { color: rgb(201,45,220); }
H1.HeaderClassName
{
color: #C92DDC;
}
.AnyTagClassName
{
color: #C92DDC;
}
</style>
background-color css
<style>
a { background-color: #C92DDC; }
a { background-color: rgb(201,45,220); }
div.DivClassName
{
background-color: #C92DDC;
}
.BgClassName
{
background-color: #C92DDC;
}
</style>
border-color css
<style>
span { border-color: #C92DDC; }
span { border-color: rgb(201,45,220); }
td.TdClassName
{
border-color: #C92DDC;
}
.TagClassName
{
border-color: #C92DDC;
}
</style>