Shades of Medium Orchid #C92BDF
Tints of Medium Orchid #C92BDF
RGB
CMYK
RGB Variations
Color information
#C92BDF (or 0xC92BDF) is known color: Medium Orchid. HEX triplet: C9, 2B and DF. RGB value is (201,43,223). Sum of RGB (Red+Green+Blue) = 201+43+223=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C92BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BDF is #36D420. Grayscale: #6E6E6E. Windows color (decimal): -3593249 or 14625737. OLE color: 14625737.
HSL color Cylindrical-coordinate representation of color #C92BDF: hue angle of 292.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92BDF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 43 | 223 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.67º | 0.74% | 0.52% | - |
| HSV(B) | 292.67º | 0.81% | 0.87% | - |
| XYZ | 38.27 | 19.47 | 71.55 | - |
| YUV | 110.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 223 | 0.10 | 0.81 | 0 | 0.13 | 292.67 | 0.74 | 0.52 |
| Hex | C9 | 2B | DF | A | 51 | 0 | D | 125 | 4A | 34 |
| Octal | 311 | 53 | 337 | 12 | 121 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001001 | 101011 | 11011111 | 1010 | 1010001 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #C92BDF
Complementary color
Monochromatic Colors of #C92BDF
Black with #C92BDF
Text Example
Text Example
White with #C92BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BDF; }
p { color: rgb(201,43,223); }
H1.HeaderClassName
{
color: #C92BDF;
}
.AnyTagClassName
{
color: #C92BDF;
}
</style>
background-color css
<style>
a { background-color: #C92BDF; }
a { background-color: rgb(201,43,223); }
div.DivClassName
{
background-color: #C92BDF;
}
.BgClassName
{
background-color: #C92BDF;
}
</style>
border-color css
<style>
span { border-color: #C92BDF; }
span { border-color: rgb(201,43,223); }
td.TdClassName
{
border-color: #C92BDF;
}
.TagClassName
{
border-color: #C92BDF;
}
</style>