Shades of Medium Orchid #C550D0
Tints of Medium Orchid #C550D0
RGB
CMYK
RGB Variations
Color information
#C550D0 (or 0xC550D0) is known color: Medium Orchid. HEX triplet: C5, 50 and D0. RGB value is (197,80,208). Sum of RGB (Red+Green+Blue) = 197+80+208=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #C550D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550D0 is #3AAF2F. Grayscale: #818181. Windows color (decimal): -3845936 or 13652165. OLE color: 13652165.
HSL color Cylindrical-coordinate representation of color #C550D0: hue angle of 294.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C550D0 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 80 | 208 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.18 |
| HSL | 294.84º | 0.58% | 0.56% | - |
| HSV(B) | 294.84º | 0.62% | 0.82% | - |
| XYZ | 37.28 | 22.16 | 61.99 | - |
| YUV | 129.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 208 | 0.05 | 0.62 | 0 | 0.18 | 294.84 | 0.58 | 0.56 |
| Hex | C5 | 50 | D0 | 5 | 3E | 0 | 12 | 127 | 3A | 38 |
| Octal | 305 | 120 | 320 | 5 | 76 | 0 | 22 | 447 | 72 | 70 |
| Binary | 11000101 | 1010000 | 11010000 | 101 | 111110 | 0 | 10010 | 100100111 | 111010 | 111000 |
Color Harmonies of #C550D0
Complementary color
Monochromatic Colors of #C550D0
Black with #C550D0
Text Example
Text Example
White with #C550D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550D0; }
p { color: rgb(197,80,208); }
H1.HeaderClassName
{
color: #C550D0;
}
.AnyTagClassName
{
color: #C550D0;
}
</style>
background-color css
<style>
a { background-color: #C550D0; }
a { background-color: rgb(197,80,208); }
div.DivClassName
{
background-color: #C550D0;
}
.BgClassName
{
background-color: #C550D0;
}
</style>
border-color css
<style>
span { border-color: #C550D0; }
span { border-color: rgb(197,80,208); }
td.TdClassName
{
border-color: #C550D0;
}
.TagClassName
{
border-color: #C550D0;
}
</style>