Shades of Medium Orchid #C92DDF
Tints of Medium Orchid #C92DDF
RGB
CMYK
RGB Variations
Color information
#C92DDF (or 0xC92DDF) is known color: Medium Orchid. HEX triplet: C9, 2D and DF. RGB value is (201,45,223). Sum of RGB (Red+Green+Blue) = 201+45+223=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C92DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DDF is #36D220. Grayscale: #6F6F6F. Windows color (decimal): -3592737 or 14626249. OLE color: 14626249.
HSL color Cylindrical-coordinate representation of color #C92DDF: hue angle of 292.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92DDF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 45 | 223 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.58º | 0.74% | 0.53% | - |
| HSV(B) | 292.58º | 0.8% | 0.87% | - |
| XYZ | 38.35 | 19.62 | 71.58 | - |
| YUV | 111.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 223 | 0.10 | 0.80 | 0 | 0.13 | 292.58 | 0.74 | 0.53 |
| Hex | C9 | 2D | DF | A | 50 | 0 | D | 125 | 4A | 35 |
| Octal | 311 | 55 | 337 | 12 | 120 | 0 | 15 | 445 | 112 | 65 |
| Binary | 11001001 | 101101 | 11011111 | 1010 | 1010000 | 0 | 1101 | 100100101 | 1001010 | 110101 |
Color Harmonies of #C92DDF
Complementary color
Monochromatic Colors of #C92DDF
Black with #C92DDF
Text Example
Text Example
White with #C92DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DDF; }
p { color: rgb(201,45,223); }
H1.HeaderClassName
{
color: #C92DDF;
}
.AnyTagClassName
{
color: #C92DDF;
}
</style>
background-color css
<style>
a { background-color: #C92DDF; }
a { background-color: rgb(201,45,223); }
div.DivClassName
{
background-color: #C92DDF;
}
.BgClassName
{
background-color: #C92DDF;
}
</style>
border-color css
<style>
span { border-color: #C92DDF; }
span { border-color: rgb(201,45,223); }
td.TdClassName
{
border-color: #C92DDF;
}
.TagClassName
{
border-color: #C92DDF;
}
</style>