Shades of Medium Orchid #C92FDE
Tints of Medium Orchid #C92FDE
RGB
CMYK
RGB Variations
Color information
#C92FDE (or 0xC92FDE) is known color: Medium Orchid. HEX triplet: C9, 2F and DE. RGB value is (201,47,222). Sum of RGB (Red+Green+Blue) = 201+47+222=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #C92FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FDE is #36D021. Grayscale: #707070. Windows color (decimal): -3592226 or 14561225. OLE color: 14561225.
HSL color Cylindrical-coordinate representation of color #C92FDE: hue angle of 292.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92FDE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 47 | 222 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.13 |
| HSL | 292.8º | 0.73% | 0.53% | - |
| HSV(B) | 292.8º | 0.79% | 0.87% | - |
| XYZ | 38.29 | 19.72 | 70.9 | - |
| YUV | 113 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 222 | 0.09 | 0.79 | 0 | 0.13 | 292.8 | 0.73 | 0.53 |
| Hex | C9 | 2F | DE | 9 | 4F | 0 | D | 125 | 49 | 35 |
| Octal | 311 | 57 | 336 | 11 | 117 | 0 | 15 | 445 | 111 | 65 |
| Binary | 11001001 | 101111 | 11011110 | 1001 | 1001111 | 0 | 1101 | 100100101 | 1001001 | 110101 |
Color Harmonies of #C92FDE
Complementary color
Monochromatic Colors of #C92FDE
Black with #C92FDE
Text Example
Text Example
White with #C92FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FDE; }
p { color: rgb(201,47,222); }
H1.HeaderClassName
{
color: #C92FDE;
}
.AnyTagClassName
{
color: #C92FDE;
}
</style>
background-color css
<style>
a { background-color: #C92FDE; }
a { background-color: rgb(201,47,222); }
div.DivClassName
{
background-color: #C92FDE;
}
.BgClassName
{
background-color: #C92FDE;
}
</style>
border-color css
<style>
span { border-color: #C92FDE; }
span { border-color: rgb(201,47,222); }
td.TdClassName
{
border-color: #C92FDE;
}
.TagClassName
{
border-color: #C92FDE;
}
</style>