Shades of Medium Orchid #C038DD
Tints of Medium Orchid #C038DD
RGB
CMYK
RGB Variations
Color information
#C038DD (or 0xC038DD) is known color: Medium Orchid. HEX triplet: C0, 38 and DD. RGB value is (192,56,221). Sum of RGB (Red+Green+Blue) = 192+56+221=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C038DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038DD is #3FC722. Grayscale: #727272. Windows color (decimal): -4179747 or 14497984. OLE color: 14497984.
HSL color Cylindrical-coordinate representation of color #C038DD: hue angle of 289.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C038DD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 56 | 221 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.13 |
| HSL | 289.45º | 0.71% | 0.54% | - |
| HSV(B) | 289.45º | 0.75% | 0.87% | - |
| XYZ | 36.2 | 19.26 | 70.22 | - |
| YUV | 115.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 221 | 0.13 | 0.75 | 0 | 0.13 | 289.45 | 0.71 | 0.54 |
| Hex | C0 | 38 | DD | D | 4B | 0 | D | 121 | 47 | 36 |
| Octal | 300 | 70 | 335 | 15 | 113 | 0 | 15 | 441 | 107 | 66 |
| Binary | 11000000 | 111000 | 11011101 | 1101 | 1001011 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #C038DD
Complementary color
Monochromatic Colors of #C038DD
Black with #C038DD
Text Example
Text Example
White with #C038DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038DD; }
p { color: rgb(192,56,221); }
H1.HeaderClassName
{
color: #C038DD;
}
.AnyTagClassName
{
color: #C038DD;
}
</style>
background-color css
<style>
a { background-color: #C038DD; }
a { background-color: rgb(192,56,221); }
div.DivClassName
{
background-color: #C038DD;
}
.BgClassName
{
background-color: #C038DD;
}
</style>
border-color css
<style>
span { border-color: #C038DD; }
span { border-color: rgb(192,56,221); }
td.TdClassName
{
border-color: #C038DD;
}
.TagClassName
{
border-color: #C038DD;
}
</style>