Shades of Medium Orchid #C553EE
Tints of Medium Orchid #C553EE
RGB
CMYK
RGB Variations
Color information
#C553EE (or 0xC553EE) is known color: Medium Orchid. HEX triplet: C5, 53 and EE. RGB value is (197,83,238). Sum of RGB (Red+Green+Blue) = 197+83+238=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C553EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C553EE is #3AAC11. Grayscale: #868686. Windows color (decimal): -3845138 or 15619013. OLE color: 15619013.
HSL color Cylindrical-coordinate representation of color #C553EE: hue angle of 284.13º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C553EE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 83 | 238 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.07 |
| HSL | 284.13º | 0.82% | 0.63% | - |
| HSV(B) | 284.13º | 0.65% | 0.93% | - |
| XYZ | 41.55 | 24.23 | 83.38 | - |
| YUV | 134.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 238 | 0.17 | 0.65 | 0 | 0.07 | 284.13 | 0.82 | 0.63 |
| Hex | C5 | 53 | EE | 11 | 41 | 0 | 7 | 11C | 52 | 3F |
| Octal | 305 | 123 | 356 | 21 | 101 | 0 | 7 | 434 | 122 | 77 |
| Binary | 11000101 | 1010011 | 11101110 | 10001 | 1000001 | 0 | 111 | 100011100 | 1010010 | 111111 |
Color Harmonies of #C553EE
Complementary color
Monochromatic Colors of #C553EE
Black with #C553EE
Text Example
Text Example
White with #C553EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C553EE; }
p { color: rgb(197,83,238); }
H1.HeaderClassName
{
color: #C553EE;
}
.AnyTagClassName
{
color: #C553EE;
}
</style>
background-color css
<style>
a { background-color: #C553EE; }
a { background-color: rgb(197,83,238); }
div.DivClassName
{
background-color: #C553EE;
}
.BgClassName
{
background-color: #C553EE;
}
</style>
border-color css
<style>
span { border-color: #C553EE; }
span { border-color: rgb(197,83,238); }
td.TdClassName
{
border-color: #C553EE;
}
.TagClassName
{
border-color: #C553EE;
}
</style>