Shades of Medium Orchid #C939DC
Tints of Medium Orchid #C939DC
RGB
CMYK
RGB Variations
Color information
#C939DC (or 0xC939DC) is known color: Medium Orchid. HEX triplet: C9, 39 and DC. RGB value is (201,57,220). Sum of RGB (Red+Green+Blue) = 201+57+220=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C939DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939DC is #36C623. Grayscale: #767676. Windows color (decimal): -3589668 or 14432713. OLE color: 14432713.
HSL color Cylindrical-coordinate representation of color #C939DC: hue angle of 293.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C939DC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 57 | 220 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.14 |
| HSL | 293.01º | 0.7% | 0.54% | - |
| HSV(B) | 293.01º | 0.74% | 0.86% | - |
| XYZ | 38.47 | 20.51 | 69.64 | - |
| YUV | 118.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 220 | 0.09 | 0.74 | 0 | 0.14 | 293.01 | 0.7 | 0.54 |
| Hex | C9 | 39 | DC | 9 | 4A | 0 | E | 125 | 46 | 36 |
| Octal | 311 | 71 | 334 | 11 | 112 | 0 | 16 | 445 | 106 | 66 |
| Binary | 11001001 | 111001 | 11011100 | 1001 | 1001010 | 0 | 1110 | 100100101 | 1000110 | 110110 |
Color Harmonies of #C939DC
Complementary color
Monochromatic Colors of #C939DC
Black with #C939DC
Text Example
Text Example
White with #C939DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939DC; }
p { color: rgb(201,57,220); }
H1.HeaderClassName
{
color: #C939DC;
}
.AnyTagClassName
{
color: #C939DC;
}
</style>
background-color css
<style>
a { background-color: #C939DC; }
a { background-color: rgb(201,57,220); }
div.DivClassName
{
background-color: #C939DC;
}
.BgClassName
{
background-color: #C939DC;
}
</style>
border-color css
<style>
span { border-color: #C939DC; }
span { border-color: rgb(201,57,220); }
td.TdClassName
{
border-color: #C939DC;
}
.TagClassName
{
border-color: #C939DC;
}
</style>