Shades of Medium Orchid #C553D4
Tints of Medium Orchid #C553D4
RGB
CMYK
RGB Variations
Color information
#C553D4 (or 0xC553D4) is known color: Medium Orchid. HEX triplet: C5, 53 and D4. RGB value is (197,83,212). Sum of RGB (Red+Green+Blue) = 197+83+212=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #C553D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553D4 is #3AAC2B. Grayscale: #838383. Windows color (decimal): -3845164 or 13915077. OLE color: 13915077.
HSL color Cylindrical-coordinate representation of color #C553D4: hue angle of 293.02º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C553D4 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 83 | 212 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.17 |
| HSL | 293.02º | 0.6% | 0.58% | - |
| HSV(B) | 293.02º | 0.61% | 0.83% | - |
| XYZ | 38 | 22.81 | 64.69 | - |
| YUV | 131.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 212 | 0.07 | 0.61 | 0 | 0.17 | 293.02 | 0.6 | 0.58 |
| Hex | C5 | 53 | D4 | 7 | 3D | 0 | 11 | 125 | 3C | 3A |
| Octal | 305 | 123 | 324 | 7 | 75 | 0 | 21 | 445 | 74 | 72 |
| Binary | 11000101 | 1010011 | 11010100 | 111 | 111101 | 0 | 10001 | 100100101 | 111100 | 111010 |
Color Harmonies of #C553D4
Complementary color
Monochromatic Colors of #C553D4
Black with #C553D4
Text Example
Text Example
White with #C553D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553D4; }
p { color: rgb(197,83,212); }
H1.HeaderClassName
{
color: #C553D4;
}
.AnyTagClassName
{
color: #C553D4;
}
</style>
background-color css
<style>
a { background-color: #C553D4; }
a { background-color: rgb(197,83,212); }
div.DivClassName
{
background-color: #C553D4;
}
.BgClassName
{
background-color: #C553D4;
}
</style>
border-color css
<style>
span { border-color: #C553D4; }
span { border-color: rgb(197,83,212); }
td.TdClassName
{
border-color: #C553D4;
}
.TagClassName
{
border-color: #C553D4;
}
</style>