Shades of Medium Orchid #C938DC
Tints of Medium Orchid #C938DC
RGB
CMYK
RGB Variations
Color information
#C938DC (or 0xC938DC) is known color: Medium Orchid. HEX triplet: C9, 38 and DC. RGB value is (201,56,220). Sum of RGB (Red+Green+Blue) = 201+56+220=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #C938DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938DC is #36C723. Grayscale: #757575. Windows color (decimal): -3589924 or 14432457. OLE color: 14432457.
HSL color Cylindrical-coordinate representation of color #C938DC: hue angle of 293.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C938DC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 56 | 220 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.14 |
| HSL | 293.05º | 0.7% | 0.54% | - |
| HSV(B) | 293.05º | 0.75% | 0.86% | - |
| XYZ | 38.42 | 20.41 | 69.63 | - |
| YUV | 118.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 220 | 0.09 | 0.75 | 0 | 0.14 | 293.05 | 0.7 | 0.54 |
| Hex | C9 | 38 | DC | 9 | 4B | 0 | E | 125 | 46 | 36 |
| Octal | 311 | 70 | 334 | 11 | 113 | 0 | 16 | 445 | 106 | 66 |
| Binary | 11001001 | 111000 | 11011100 | 1001 | 1001011 | 0 | 1110 | 100100101 | 1000110 | 110110 |
Color Harmonies of #C938DC
Complementary color
Monochromatic Colors of #C938DC
Black with #C938DC
Text Example
Text Example
White with #C938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938DC; }
p { color: rgb(201,56,220); }
H1.HeaderClassName
{
color: #C938DC;
}
.AnyTagClassName
{
color: #C938DC;
}
</style>
background-color css
<style>
a { background-color: #C938DC; }
a { background-color: rgb(201,56,220); }
div.DivClassName
{
background-color: #C938DC;
}
.BgClassName
{
background-color: #C938DC;
}
</style>
border-color css
<style>
span { border-color: #C938DC; }
span { border-color: rgb(201,56,220); }
td.TdClassName
{
border-color: #C938DC;
}
.TagClassName
{
border-color: #C938DC;
}
</style>