Shades of Medium Orchid #C553D9
Tints of Medium Orchid #C553D9
RGB
CMYK
RGB Variations
Color information
#C553D9 (or 0xC553D9) is known color: Medium Orchid. HEX triplet: C5, 53 and D9. RGB value is (197,83,217). Sum of RGB (Red+Green+Blue) = 197+83+217=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #C553D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553D9 is #3AAC26. Grayscale: #838383. Windows color (decimal): -3845159 or 14242757. OLE color: 14242757.
HSL color Cylindrical-coordinate representation of color #C553D9: hue angle of 291.04º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C553D9 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 83 | 217 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.15 |
| HSL | 291.04º | 0.64% | 0.59% | - |
| HSV(B) | 291.04º | 0.62% | 0.85% | - |
| XYZ | 38.64 | 23.07 | 68.06 | - |
| YUV | 132.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 217 | 0.09 | 0.62 | 0 | 0.15 | 291.04 | 0.64 | 0.59 |
| Hex | C5 | 53 | D9 | 9 | 3E | 0 | F | 123 | 40 | 3B |
| Octal | 305 | 123 | 331 | 11 | 76 | 0 | 17 | 443 | 100 | 73 |
| Binary | 11000101 | 1010011 | 11011001 | 1001 | 111110 | 0 | 1111 | 100100011 | 1000000 | 111011 |
Color Harmonies of #C553D9
Complementary color
Monochromatic Colors of #C553D9
Black with #C553D9
Text Example
Text Example
White with #C553D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553D9; }
p { color: rgb(197,83,217); }
H1.HeaderClassName
{
color: #C553D9;
}
.AnyTagClassName
{
color: #C553D9;
}
</style>
background-color css
<style>
a { background-color: #C553D9; }
a { background-color: rgb(197,83,217); }
div.DivClassName
{
background-color: #C553D9;
}
.BgClassName
{
background-color: #C553D9;
}
</style>
border-color css
<style>
span { border-color: #C553D9; }
span { border-color: rgb(197,83,217); }
td.TdClassName
{
border-color: #C553D9;
}
.TagClassName
{
border-color: #C553D9;
}
</style>