Shades of Medium Orchid #C92DDB
Tints of Medium Orchid #C92DDB
RGB
CMYK
RGB Variations
Color information
#C92DDB (or 0xC92DDB) is known color: Medium Orchid. HEX triplet: C9, 2D and DB. RGB value is (201,45,219). Sum of RGB (Red+Green+Blue) = 201+45+219=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DDB is #36D224. Grayscale: #6E6E6E. Windows color (decimal): -3592741 or 14364105. OLE color: 14364105.
HSL color Cylindrical-coordinate representation of color #C92DDB: hue angle of 293.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92DDB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 45 | 219 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.14 |
| HSL | 293.79º | 0.71% | 0.52% | - |
| HSV(B) | 293.79º | 0.79% | 0.86% | - |
| XYZ | 37.81 | 19.41 | 68.77 | - |
| YUV | 111.48 | 188.68 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 219 | 0.08 | 0.79 | 0 | 0.14 | 293.79 | 0.71 | 0.52 |
| Hex | C9 | 2D | DB | 8 | 4F | 0 | E | 126 | 47 | 34 |
| Octal | 311 | 55 | 333 | 10 | 117 | 0 | 16 | 446 | 107 | 64 |
| Binary | 11001001 | 101101 | 11011011 | 1000 | 1001111 | 0 | 1110 | 100100110 | 1000111 | 110100 |
Color Harmonies of #C92DDB
Complementary color
Monochromatic Colors of #C92DDB
Black with #C92DDB
Text Example
Text Example
White with #C92DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DDB; }
p { color: rgb(201,45,219); }
H1.HeaderClassName
{
color: #C92DDB;
}
.AnyTagClassName
{
color: #C92DDB;
}
</style>
background-color css
<style>
a { background-color: #C92DDB; }
a { background-color: rgb(201,45,219); }
div.DivClassName
{
background-color: #C92DDB;
}
.BgClassName
{
background-color: #C92DDB;
}
</style>
border-color css
<style>
span { border-color: #C92DDB; }
span { border-color: rgb(201,45,219); }
td.TdClassName
{
border-color: #C92DDB;
}
.TagClassName
{
border-color: #C92DDB;
}
</style>