Shades of Medium Orchid #C446DD
Tints of Medium Orchid #C446DD
RGB
CMYK
RGB Variations
Color information
#C446DD (or 0xC446DD) is known color: Medium Orchid. HEX triplet: C4, 46 and DD. RGB value is (196,70,221). Sum of RGB (Red+Green+Blue) = 196+70+221=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C446DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DD is #3BB922. Grayscale: #7C7C7C. Windows color (decimal): -3914019 or 14501572. OLE color: 14501572.
HSL color Cylindrical-coordinate representation of color #C446DD: hue angle of 290.07º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C446DD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 70 | 221 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.13 |
| HSL | 290.07º | 0.69% | 0.57% | - |
| HSV(B) | 290.07º | 0.68% | 0.87% | - |
| XYZ | 38.01 | 21.34 | 70.52 | - |
| YUV | 124.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 221 | 0.11 | 0.68 | 0 | 0.13 | 290.07 | 0.69 | 0.57 |
| Hex | C4 | 46 | DD | B | 44 | 0 | D | 122 | 45 | 39 |
| Octal | 304 | 106 | 335 | 13 | 104 | 0 | 15 | 442 | 105 | 71 |
| Binary | 11000100 | 1000110 | 11011101 | 1011 | 1000100 | 0 | 1101 | 100100010 | 1000101 | 111001 |
Color Harmonies of #C446DD
Complementary color
Monochromatic Colors of #C446DD
Black with #C446DD
Text Example
Text Example
White with #C446DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446DD; }
p { color: rgb(196,70,221); }
H1.HeaderClassName
{
color: #C446DD;
}
.AnyTagClassName
{
color: #C446DD;
}
</style>
background-color css
<style>
a { background-color: #C446DD; }
a { background-color: rgb(196,70,221); }
div.DivClassName
{
background-color: #C446DD;
}
.BgClassName
{
background-color: #C446DD;
}
</style>
border-color css
<style>
span { border-color: #C446DD; }
span { border-color: rgb(196,70,221); }
td.TdClassName
{
border-color: #C446DD;
}
.TagClassName
{
border-color: #C446DD;
}
</style>