Shades of Medium Orchid #C550DA
Tints of Medium Orchid #C550DA
RGB
CMYK
RGB Variations
Color information
#C550DA (or 0xC550DA) is known color: Medium Orchid. HEX triplet: C5, 50 and DA. RGB value is (197,80,218). Sum of RGB (Red+Green+Blue) = 197+80+218=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C550DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550DA is #3AAF25. Grayscale: #828282. Windows color (decimal): -3845926 or 14307525. OLE color: 14307525.
HSL color Cylindrical-coordinate representation of color #C550DA: hue angle of 290.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C550DA is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 80 | 218 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.15 |
| HSL | 290.87º | 0.65% | 0.58% | - |
| HSV(B) | 290.87º | 0.63% | 0.85% | - |
| XYZ | 38.55 | 22.67 | 68.67 | - |
| YUV | 130.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 218 | 0.10 | 0.63 | 0 | 0.15 | 290.87 | 0.65 | 0.58 |
| Hex | C5 | 50 | DA | A | 3F | 0 | F | 123 | 41 | 3A |
| Octal | 305 | 120 | 332 | 12 | 77 | 0 | 17 | 443 | 101 | 72 |
| Binary | 11000101 | 1010000 | 11011010 | 1010 | 111111 | 0 | 1111 | 100100011 | 1000001 | 111010 |
Color Harmonies of #C550DA
Complementary color
Monochromatic Colors of #C550DA
Black with #C550DA
Text Example
Text Example
White with #C550DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550DA; }
p { color: rgb(197,80,218); }
H1.HeaderClassName
{
color: #C550DA;
}
.AnyTagClassName
{
color: #C550DA;
}
</style>
background-color css
<style>
a { background-color: #C550DA; }
a { background-color: rgb(197,80,218); }
div.DivClassName
{
background-color: #C550DA;
}
.BgClassName
{
background-color: #C550DA;
}
</style>
border-color css
<style>
span { border-color: #C550DA; }
span { border-color: rgb(197,80,218); }
td.TdClassName
{
border-color: #C550DA;
}
.TagClassName
{
border-color: #C550DA;
}
</style>