Shades of Medium Orchid #C031DA
Tints of Medium Orchid #C031DA
RGB
CMYK
RGB Variations
Color information
#C031DA (or 0xC031DA) is known color: Medium Orchid. HEX triplet: C0, 31 and DA. RGB value is (192,49,218). Sum of RGB (Red+Green+Blue) = 192+49+218=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C031DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DA is #3FCE25. Grayscale: #6E6E6E. Windows color (decimal): -4181542 or 14299584. OLE color: 14299584.
HSL color Cylindrical-coordinate representation of color #C031DA: hue angle of 290.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C031DA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 49 | 218 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.15 |
| HSL | 290.77º | 0.7% | 0.52% | - |
| HSV(B) | 290.77º | 0.78% | 0.85% | - |
| XYZ | 35.49 | 18.47 | 68.02 | - |
| YUV | 111.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 218 | 0.12 | 0.78 | 0 | 0.15 | 290.77 | 0.7 | 0.52 |
| Hex | C0 | 31 | DA | C | 4E | 0 | F | 123 | 46 | 34 |
| Octal | 300 | 61 | 332 | 14 | 116 | 0 | 17 | 443 | 106 | 64 |
| Binary | 11000000 | 110001 | 11011010 | 1100 | 1001110 | 0 | 1111 | 100100011 | 1000110 | 110100 |
Color Harmonies of #C031DA
Complementary color
Monochromatic Colors of #C031DA
Black with #C031DA
Text Example
Text Example
White with #C031DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031DA; }
p { color: rgb(192,49,218); }
H1.HeaderClassName
{
color: #C031DA;
}
.AnyTagClassName
{
color: #C031DA;
}
</style>
background-color css
<style>
a { background-color: #C031DA; }
a { background-color: rgb(192,49,218); }
div.DivClassName
{
background-color: #C031DA;
}
.BgClassName
{
background-color: #C031DA;
}
</style>
border-color css
<style>
span { border-color: #C031DA; }
span { border-color: rgb(192,49,218); }
td.TdClassName
{
border-color: #C031DA;
}
.TagClassName
{
border-color: #C031DA;
}
</style>