Shades of Medium Orchid #C441DA
Tints of Medium Orchid #C441DA
RGB
CMYK
RGB Variations
Color information
#C441DA (or 0xC441DA) is known color: Medium Orchid. HEX triplet: C4, 41 and DA. RGB value is (196,65,218). Sum of RGB (Red+Green+Blue) = 196+65+218=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #C441DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441DA is #3BBE25. Grayscale: #797979. Windows color (decimal): -3915302 or 14303684. OLE color: 14303684.
HSL color Cylindrical-coordinate representation of color #C441DA: hue angle of 291.37º 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 #C441DA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 65 | 218 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.15 |
| HSL | 291.37º | 0.67% | 0.55% | - |
| HSV(B) | 291.37º | 0.7% | 0.85% | - |
| XYZ | 37.31 | 20.58 | 68.34 | - |
| YUV | 121.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 218 | 0.10 | 0.70 | 0 | 0.15 | 291.37 | 0.67 | 0.55 |
| Hex | C4 | 41 | DA | A | 46 | 0 | F | 123 | 43 | 37 |
| Octal | 304 | 101 | 332 | 12 | 106 | 0 | 17 | 443 | 103 | 67 |
| Binary | 11000100 | 1000001 | 11011010 | 1010 | 1000110 | 0 | 1111 | 100100011 | 1000011 | 110111 |
Color Harmonies of #C441DA
Complementary color
Monochromatic Colors of #C441DA
Black with #C441DA
Text Example
Text Example
White with #C441DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441DA; }
p { color: rgb(196,65,218); }
H1.HeaderClassName
{
color: #C441DA;
}
.AnyTagClassName
{
color: #C441DA;
}
</style>
background-color css
<style>
a { background-color: #C441DA; }
a { background-color: rgb(196,65,218); }
div.DivClassName
{
background-color: #C441DA;
}
.BgClassName
{
background-color: #C441DA;
}
</style>
border-color css
<style>
span { border-color: #C441DA; }
span { border-color: rgb(196,65,218); }
td.TdClassName
{
border-color: #C441DA;
}
.TagClassName
{
border-color: #C441DA;
}
</style>