Shades of Medium Orchid #C041DA
Tints of Medium Orchid #C041DA
RGB
CMYK
RGB Variations
Color information
#C041DA (or 0xC041DA) is known color: Medium Orchid. HEX triplet: C0, 41 and DA. RGB value is (192,65,218). Sum of RGB (Red+Green+Blue) = 192+65+218=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C041DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041DA is #3FBE25. Grayscale: #777777. Windows color (decimal): -4177446 or 14303680. OLE color: 14303680.
HSL color Cylindrical-coordinate representation of color #C041DA: hue angle of 289.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C041DA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 65 | 218 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.15 |
| HSL | 289.8º | 0.67% | 0.55% | - |
| HSV(B) | 289.8º | 0.7% | 0.85% | - |
| XYZ | 36.28 | 20.05 | 68.29 | - |
| YUV | 120.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 218 | 0.12 | 0.70 | 0 | 0.15 | 289.8 | 0.67 | 0.55 |
| Hex | C0 | 41 | DA | C | 46 | 0 | F | 122 | 43 | 37 |
| Octal | 300 | 101 | 332 | 14 | 106 | 0 | 17 | 442 | 103 | 67 |
| Binary | 11000000 | 1000001 | 11011010 | 1100 | 1000110 | 0 | 1111 | 100100010 | 1000011 | 110111 |
Color Harmonies of #C041DA
Complementary color
Monochromatic Colors of #C041DA
Black with #C041DA
Text Example
Text Example
White with #C041DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041DA; }
p { color: rgb(192,65,218); }
H1.HeaderClassName
{
color: #C041DA;
}
.AnyTagClassName
{
color: #C041DA;
}
</style>
background-color css
<style>
a { background-color: #C041DA; }
a { background-color: rgb(192,65,218); }
div.DivClassName
{
background-color: #C041DA;
}
.BgClassName
{
background-color: #C041DA;
}
</style>
border-color css
<style>
span { border-color: #C041DA; }
span { border-color: rgb(192,65,218); }
td.TdClassName
{
border-color: #C041DA;
}
.TagClassName
{
border-color: #C041DA;
}
</style>