Shades of Medium Orchid #C92FDB
Tints of Medium Orchid #C92FDB
RGB
CMYK
RGB Variations
Color information
#C92FDB (or 0xC92FDB) is known color: Medium Orchid. HEX triplet: C9, 2F and DB. RGB value is (201,47,219). Sum of RGB (Red+Green+Blue) = 201+47+219=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FDB is #36D024. Grayscale: #707070. Windows color (decimal): -3592229 or 14364617. OLE color: 14364617.
HSL color Cylindrical-coordinate representation of color #C92FDB: hue angle of 293.72º degrees, saturation: 0.7, 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 #C92FDB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 47 | 219 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.14 |
| HSL | 293.72º | 0.7% | 0.52% | - |
| HSV(B) | 293.72º | 0.79% | 0.86% | - |
| XYZ | 37.89 | 19.57 | 68.8 | - |
| YUV | 112.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 219 | 0.08 | 0.79 | 0 | 0.14 | 293.72 | 0.7 | 0.52 |
| Hex | C9 | 2F | DB | 8 | 4F | 0 | E | 126 | 46 | 34 |
| Octal | 311 | 57 | 333 | 10 | 117 | 0 | 16 | 446 | 106 | 64 |
| Binary | 11001001 | 101111 | 11011011 | 1000 | 1001111 | 0 | 1110 | 100100110 | 1000110 | 110100 |
Color Harmonies of #C92FDB
Complementary color
Monochromatic Colors of #C92FDB
Black with #C92FDB
Text Example
Text Example
White with #C92FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FDB; }
p { color: rgb(201,47,219); }
H1.HeaderClassName
{
color: #C92FDB;
}
.AnyTagClassName
{
color: #C92FDB;
}
</style>
background-color css
<style>
a { background-color: #C92FDB; }
a { background-color: rgb(201,47,219); }
div.DivClassName
{
background-color: #C92FDB;
}
.BgClassName
{
background-color: #C92FDB;
}
</style>
border-color css
<style>
span { border-color: #C92FDB; }
span { border-color: rgb(201,47,219); }
td.TdClassName
{
border-color: #C92FDB;
}
.TagClassName
{
border-color: #C92FDB;
}
</style>