Shades of Medium Orchid #C550DD
Tints of Medium Orchid #C550DD
RGB
CMYK
RGB Variations
Color information
#C550DD (or 0xC550DD) is known color: Medium Orchid. HEX triplet: C5, 50 and DD. RGB value is (197,80,221). Sum of RGB (Red+Green+Blue) = 197+80+221=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C550DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550DD is #3AAF22. Grayscale: #828282. Windows color (decimal): -3845923 or 14504133. OLE color: 14504133.
HSL color Cylindrical-coordinate representation of color #C550DD: hue angle of 289.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C550DD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 80 | 221 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.13 |
| HSL | 289.79º | 0.67% | 0.59% | - |
| HSV(B) | 289.79º | 0.64% | 0.87% | - |
| XYZ | 38.95 | 22.83 | 70.76 | - |
| YUV | 131.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 221 | 0.11 | 0.64 | 0 | 0.13 | 289.79 | 0.67 | 0.59 |
| Hex | C5 | 50 | DD | B | 40 | 0 | D | 122 | 43 | 3B |
| Octal | 305 | 120 | 335 | 13 | 100 | 0 | 15 | 442 | 103 | 73 |
| Binary | 11000101 | 1010000 | 11011101 | 1011 | 1000000 | 0 | 1101 | 100100010 | 1000011 | 111011 |
Color Harmonies of #C550DD
Complementary color
Monochromatic Colors of #C550DD
Black with #C550DD
Text Example
Text Example
White with #C550DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550DD; }
p { color: rgb(197,80,221); }
H1.HeaderClassName
{
color: #C550DD;
}
.AnyTagClassName
{
color: #C550DD;
}
</style>
background-color css
<style>
a { background-color: #C550DD; }
a { background-color: rgb(197,80,221); }
div.DivClassName
{
background-color: #C550DD;
}
.BgClassName
{
background-color: #C550DD;
}
</style>
border-color css
<style>
span { border-color: #C550DD; }
span { border-color: rgb(197,80,221); }
td.TdClassName
{
border-color: #C550DD;
}
.TagClassName
{
border-color: #C550DD;
}
</style>