Shades of Medium Orchid #C92FDC
Tints of Medium Orchid #C92FDC
RGB
CMYK
RGB Variations
Color information
#C92FDC (or 0xC92FDC) is known color: Medium Orchid. HEX triplet: C9, 2F and DC. RGB value is (201,47,220). Sum of RGB (Red+Green+Blue) = 201+47+220=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #C92FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FDC is #36D023. Grayscale: #707070. Windows color (decimal): -3592228 or 14430153. OLE color: 14430153.
HSL color Cylindrical-coordinate representation of color #C92FDC: hue angle of 293.41º 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 #C92FDC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 47 | 220 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.14 |
| HSL | 293.41º | 0.71% | 0.52% | - |
| HSV(B) | 293.41º | 0.79% | 0.86% | - |
| XYZ | 38.02 | 19.62 | 69.49 | - |
| YUV | 112.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 220 | 0.09 | 0.79 | 0 | 0.14 | 293.41 | 0.71 | 0.52 |
| Hex | C9 | 2F | DC | 9 | 4F | 0 | E | 125 | 47 | 34 |
| Octal | 311 | 57 | 334 | 11 | 117 | 0 | 16 | 445 | 107 | 64 |
| Binary | 11001001 | 101111 | 11011100 | 1001 | 1001111 | 0 | 1110 | 100100101 | 1000111 | 110100 |
Color Harmonies of #C92FDC
Complementary color
Monochromatic Colors of #C92FDC
Black with #C92FDC
Text Example
Text Example
White with #C92FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FDC; }
p { color: rgb(201,47,220); }
H1.HeaderClassName
{
color: #C92FDC;
}
.AnyTagClassName
{
color: #C92FDC;
}
</style>
background-color css
<style>
a { background-color: #C92FDC; }
a { background-color: rgb(201,47,220); }
div.DivClassName
{
background-color: #C92FDC;
}
.BgClassName
{
background-color: #C92FDC;
}
</style>
border-color css
<style>
span { border-color: #C92FDC; }
span { border-color: rgb(201,47,220); }
td.TdClassName
{
border-color: #C92FDC;
}
.TagClassName
{
border-color: #C92FDC;
}
</style>