Shades of Medium Orchid #C556DD
Tints of Medium Orchid #C556DD
RGB
CMYK
RGB Variations
Color information
#C556DD (or 0xC556DD) is known color: Medium Orchid. HEX triplet: C5, 56 and DD. RGB value is (197,86,221). Sum of RGB (Red+Green+Blue) = 197+86+221=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C556DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556DD is #3AA922. Grayscale: #868686. Windows color (decimal): -3844387 or 14505669. OLE color: 14505669.
HSL color Cylindrical-coordinate representation of color #C556DD: hue angle of 289.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C556DD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 86 | 221 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.13 |
| HSL | 289.33º | 0.67% | 0.6% | - |
| HSV(B) | 289.33º | 0.61% | 0.87% | - |
| XYZ | 39.4 | 23.75 | 70.91 | - |
| YUV | 134.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 221 | 0.11 | 0.61 | 0 | 0.13 | 289.33 | 0.67 | 0.6 |
| Hex | C5 | 56 | DD | B | 3D | 0 | D | 121 | 43 | 3C |
| Octal | 305 | 126 | 335 | 13 | 75 | 0 | 15 | 441 | 103 | 74 |
| Binary | 11000101 | 1010110 | 11011101 | 1011 | 111101 | 0 | 1101 | 100100001 | 1000011 | 111100 |
Color Harmonies of #C556DD
Complementary color
Monochromatic Colors of #C556DD
Black with #C556DD
Text Example
Text Example
White with #C556DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C556DD; }
p { color: rgb(197,86,221); }
H1.HeaderClassName
{
color: #C556DD;
}
.AnyTagClassName
{
color: #C556DD;
}
</style>
background-color css
<style>
a { background-color: #C556DD; }
a { background-color: rgb(197,86,221); }
div.DivClassName
{
background-color: #C556DD;
}
.BgClassName
{
background-color: #C556DD;
}
</style>
border-color css
<style>
span { border-color: #C556DD; }
span { border-color: rgb(197,86,221); }
td.TdClassName
{
border-color: #C556DD;
}
.TagClassName
{
border-color: #C556DD;
}
</style>