Shades of Medium Orchid #C441DD
Tints of Medium Orchid #C441DD
RGB
CMYK
RGB Variations
Color information
#C441DD (or 0xC441DD) is known color: Medium Orchid. HEX triplet: C4, 41 and DD. RGB value is (196,65,221). Sum of RGB (Red+Green+Blue) = 196+65+221=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C441DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441DD is #3BBE22. Grayscale: #797979. Windows color (decimal): -3915299 or 14500292. OLE color: 14500292.
HSL color Cylindrical-coordinate representation of color #C441DD: hue angle of 290.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C441DD is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 65 | 221 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.13 |
| HSL | 290.38º | 0.7% | 0.56% | - |
| HSV(B) | 290.38º | 0.71% | 0.87% | - |
| XYZ | 37.71 | 20.74 | 70.42 | - |
| YUV | 121.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 221 | 0.11 | 0.71 | 0 | 0.13 | 290.38 | 0.7 | 0.56 |
| Hex | C4 | 41 | DD | B | 47 | 0 | D | 122 | 46 | 38 |
| Octal | 304 | 101 | 335 | 13 | 107 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000100 | 1000001 | 11011101 | 1011 | 1000111 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C441DD
Complementary color
Monochromatic Colors of #C441DD
Black with #C441DD
Text Example
Text Example
White with #C441DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441DD; }
p { color: rgb(196,65,221); }
H1.HeaderClassName
{
color: #C441DD;
}
.AnyTagClassName
{
color: #C441DD;
}
</style>
background-color css
<style>
a { background-color: #C441DD; }
a { background-color: rgb(196,65,221); }
div.DivClassName
{
background-color: #C441DD;
}
.BgClassName
{
background-color: #C441DD;
}
</style>
border-color css
<style>
span { border-color: #C441DD; }
span { border-color: rgb(196,65,221); }
td.TdClassName
{
border-color: #C441DD;
}
.TagClassName
{
border-color: #C441DD;
}
</style>