Shades of Medium Orchid #C938DE
Tints of Medium Orchid #C938DE
RGB
CMYK
RGB Variations
Color information
#C938DE (or 0xC938DE) is known color: Medium Orchid. HEX triplet: C9, 38 and DE. RGB value is (201,56,222). Sum of RGB (Red+Green+Blue) = 201+56+222=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #C938DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938DE is #36C721. Grayscale: #757575. Windows color (decimal): -3589922 or 14563529. OLE color: 14563529.
HSL color Cylindrical-coordinate representation of color #C938DE: hue angle of 292.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C938DE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 56 | 222 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.13 |
| HSL | 292.41º | 0.72% | 0.55% | - |
| HSV(B) | 292.41º | 0.75% | 0.87% | - |
| XYZ | 38.69 | 20.52 | 71.03 | - |
| YUV | 118.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 222 | 0.09 | 0.75 | 0 | 0.13 | 292.41 | 0.72 | 0.55 |
| Hex | C9 | 38 | DE | 9 | 4B | 0 | D | 124 | 48 | 37 |
| Octal | 311 | 70 | 336 | 11 | 113 | 0 | 15 | 444 | 110 | 67 |
| Binary | 11001001 | 111000 | 11011110 | 1001 | 1001011 | 0 | 1101 | 100100100 | 1001000 | 110111 |
Color Harmonies of #C938DE
Complementary color
Monochromatic Colors of #C938DE
Black with #C938DE
Text Example
Text Example
White with #C938DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938DE; }
p { color: rgb(201,56,222); }
H1.HeaderClassName
{
color: #C938DE;
}
.AnyTagClassName
{
color: #C938DE;
}
</style>
background-color css
<style>
a { background-color: #C938DE; }
a { background-color: rgb(201,56,222); }
div.DivClassName
{
background-color: #C938DE;
}
.BgClassName
{
background-color: #C938DE;
}
</style>
border-color css
<style>
span { border-color: #C938DE; }
span { border-color: rgb(201,56,222); }
td.TdClassName
{
border-color: #C938DE;
}
.TagClassName
{
border-color: #C938DE;
}
</style>