Shades of Medium Orchid #C92DDE
Tints of Medium Orchid #C92DDE
RGB
CMYK
RGB Variations
Color information
#C92DDE (or 0xC92DDE) is known color: Medium Orchid. HEX triplet: C9, 2D and DE. RGB value is (201,45,222). Sum of RGB (Red+Green+Blue) = 201+45+222=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #C92DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DDE is #36D221. Grayscale: #6F6F6F. Windows color (decimal): -3592738 or 14560713. OLE color: 14560713.
HSL color Cylindrical-coordinate representation of color #C92DDE: hue angle of 292.88º degrees, saturation: 0.73, 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 #C92DDE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 45 | 222 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.13 |
| HSL | 292.88º | 0.73% | 0.52% | - |
| HSV(B) | 292.88º | 0.8% | 0.87% | - |
| XYZ | 38.21 | 19.57 | 70.87 | - |
| YUV | 111.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 222 | 0.09 | 0.80 | 0 | 0.13 | 292.88 | 0.73 | 0.52 |
| Hex | C9 | 2D | DE | 9 | 50 | 0 | D | 125 | 49 | 34 |
| Octal | 311 | 55 | 336 | 11 | 120 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001001 | 101101 | 11011110 | 1001 | 1010000 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #C92DDE
Complementary color
Monochromatic Colors of #C92DDE
Black with #C92DDE
Text Example
Text Example
White with #C92DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DDE; }
p { color: rgb(201,45,222); }
H1.HeaderClassName
{
color: #C92DDE;
}
.AnyTagClassName
{
color: #C92DDE;
}
</style>
background-color css
<style>
a { background-color: #C92DDE; }
a { background-color: rgb(201,45,222); }
div.DivClassName
{
background-color: #C92DDE;
}
.BgClassName
{
background-color: #C92DDE;
}
</style>
border-color css
<style>
span { border-color: #C92DDE; }
span { border-color: rgb(201,45,222); }
td.TdClassName
{
border-color: #C92DDE;
}
.TagClassName
{
border-color: #C92DDE;
}
</style>