Shades of Medium Orchid #C53DDD
Tints of Medium Orchid #C53DDD
RGB
CMYK
RGB Variations
Color information
#C53DDD (or 0xC53DDD) is known color: Medium Orchid. HEX triplet: C5, 3D and DD. RGB value is (197,61,221). Sum of RGB (Red+Green+Blue) = 197+61+221=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C53DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DDD is #3AC222. Grayscale: #777777. Windows color (decimal): -3850787 or 14499269. OLE color: 14499269.
HSL color Cylindrical-coordinate representation of color #C53DDD: hue angle of 291º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53DDD is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 61 | 221 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.13 |
| HSL | 291º | 0.7% | 0.55% | - |
| HSV(B) | 291º | 0.72% | 0.87% | - |
| XYZ | 37.75 | 20.43 | 70.36 | - |
| YUV | 119.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 221 | 0.11 | 0.72 | 0 | 0.13 | 291 | 0.7 | 0.55 |
| Hex | C5 | 3D | DD | B | 48 | 0 | D | 123 | 46 | 37 |
| Octal | 305 | 75 | 335 | 13 | 110 | 0 | 15 | 443 | 106 | 67 |
| Binary | 11000101 | 111101 | 11011101 | 1011 | 1001000 | 0 | 1101 | 100100011 | 1000110 | 110111 |
Color Harmonies of #C53DDD
Complementary color
Monochromatic Colors of #C53DDD
Black with #C53DDD
Text Example
Text Example
White with #C53DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DDD; }
p { color: rgb(197,61,221); }
H1.HeaderClassName
{
color: #C53DDD;
}
.AnyTagClassName
{
color: #C53DDD;
}
</style>
background-color css
<style>
a { background-color: #C53DDD; }
a { background-color: rgb(197,61,221); }
div.DivClassName
{
background-color: #C53DDD;
}
.BgClassName
{
background-color: #C53DDD;
}
</style>
border-color css
<style>
span { border-color: #C53DDD; }
span { border-color: rgb(197,61,221); }
td.TdClassName
{
border-color: #C53DDD;
}
.TagClassName
{
border-color: #C53DDD;
}
</style>