Shades of Medium Orchid #C92CDD
Tints of Medium Orchid #C92CDD
RGB
CMYK
RGB Variations
Color information
#C92CDD (or 0xC92CDD) is known color: Medium Orchid. HEX triplet: C9, 2C and DD. RGB value is (201,44,221). Sum of RGB (Red+Green+Blue) = 201+44+221=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C92CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CDD is #36D322. Grayscale: #6E6E6E. Windows color (decimal): -3592995 or 14494921. OLE color: 14494921.
HSL color Cylindrical-coordinate representation of color #C92CDD: hue angle of 293.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92CDD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 44 | 221 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 293.22º | 0.72% | 0.52% | - |
| HSV(B) | 293.22º | 0.8% | 0.87% | - |
| XYZ | 38.04 | 19.44 | 70.15 | - |
| YUV | 111.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 221 | 0.09 | 0.80 | 0 | 0.13 | 293.22 | 0.72 | 0.52 |
| Hex | C9 | 2C | DD | 9 | 50 | 0 | D | 125 | 48 | 34 |
| Octal | 311 | 54 | 335 | 11 | 120 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001001 | 101100 | 11011101 | 1001 | 1010000 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C92CDD
Complementary color
Monochromatic Colors of #C92CDD
Black with #C92CDD
Text Example
Text Example
White with #C92CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CDD; }
p { color: rgb(201,44,221); }
H1.HeaderClassName
{
color: #C92CDD;
}
.AnyTagClassName
{
color: #C92CDD;
}
</style>
background-color css
<style>
a { background-color: #C92CDD; }
a { background-color: rgb(201,44,221); }
div.DivClassName
{
background-color: #C92CDD;
}
.BgClassName
{
background-color: #C92CDD;
}
</style>
border-color css
<style>
span { border-color: #C92CDD; }
span { border-color: rgb(201,44,221); }
td.TdClassName
{
border-color: #C92CDD;
}
.TagClassName
{
border-color: #C92CDD;
}
</style>