Shades of Medium Orchid #C550D5
Tints of Medium Orchid #C550D5
RGB
CMYK
RGB Variations
Color information
#C550D5 (or 0xC550D5) is known color: Medium Orchid. HEX triplet: C5, 50 and D5. RGB value is (197,80,213). Sum of RGB (Red+Green+Blue) = 197+80+213=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #C550D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550D5 is #3AAF2A. Grayscale: #818181. Windows color (decimal): -3845931 or 13979845. OLE color: 13979845.
HSL color Cylindrical-coordinate representation of color #C550D5: hue angle of 292.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C550D5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 80 | 213 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.16 |
| HSL | 292.78º | 0.61% | 0.57% | - |
| HSV(B) | 292.78º | 0.62% | 0.84% | - |
| XYZ | 37.9 | 22.41 | 65.28 | - |
| YUV | 130.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 213 | 0.08 | 0.62 | 0 | 0.16 | 292.78 | 0.61 | 0.57 |
| Hex | C5 | 50 | D5 | 8 | 3E | 0 | 10 | 125 | 3D | 39 |
| Octal | 305 | 120 | 325 | 10 | 76 | 0 | 20 | 445 | 75 | 71 |
| Binary | 11000101 | 1010000 | 11010101 | 1000 | 111110 | 0 | 10000 | 100100101 | 111101 | 111001 |
Color Harmonies of #C550D5
Complementary color
Monochromatic Colors of #C550D5
Black with #C550D5
Text Example
Text Example
White with #C550D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550D5; }
p { color: rgb(197,80,213); }
H1.HeaderClassName
{
color: #C550D5;
}
.AnyTagClassName
{
color: #C550D5;
}
</style>
background-color css
<style>
a { background-color: #C550D5; }
a { background-color: rgb(197,80,213); }
div.DivClassName
{
background-color: #C550D5;
}
.BgClassName
{
background-color: #C550D5;
}
</style>
border-color css
<style>
span { border-color: #C550D5; }
span { border-color: rgb(197,80,213); }
td.TdClassName
{
border-color: #C550D5;
}
.TagClassName
{
border-color: #C550D5;
}
</style>