Shades of Medium Orchid #C55DED
Tints of Medium Orchid #C55DED
RGB
CMYK
RGB Variations
Color information
#C55DED (or 0xC55DED) is known color: Medium Orchid. HEX triplet: C5, 5D and ED. RGB value is (197,93,237). Sum of RGB (Red+Green+Blue) = 197+93+237=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DED is #3AA212. Grayscale: #8C8C8C. Windows color (decimal): -3842579 or 15556037. OLE color: 15556037.
HSL color Cylindrical-coordinate representation of color #C55DED: hue angle of 283.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55DED is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 93 | 237 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.07 |
| HSL | 283.33º | 0.8% | 0.65% | - |
| HSV(B) | 283.33º | 0.61% | 0.93% | - |
| XYZ | 42.23 | 25.81 | 82.88 | - |
| YUV | 140.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 237 | 0.17 | 0.61 | 0 | 0.07 | 283.33 | 0.8 | 0.65 |
| Hex | C5 | 5D | ED | 11 | 3D | 0 | 7 | 11B | 50 | 41 |
| Octal | 305 | 135 | 355 | 21 | 75 | 0 | 7 | 433 | 120 | 101 |
| Binary | 11000101 | 1011101 | 11101101 | 10001 | 111101 | 0 | 111 | 100011011 | 1010000 | 1000001 |
Color Harmonies of #C55DED
Complementary color
Monochromatic Colors of #C55DED
Black with #C55DED
Text Example
Text Example
White with #C55DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DED; }
p { color: rgb(197,93,237); }
H1.HeaderClassName
{
color: #C55DED;
}
.AnyTagClassName
{
color: #C55DED;
}
</style>
background-color css
<style>
a { background-color: #C55DED; }
a { background-color: rgb(197,93,237); }
div.DivClassName
{
background-color: #C55DED;
}
.BgClassName
{
background-color: #C55DED;
}
</style>
border-color css
<style>
span { border-color: #C55DED; }
span { border-color: rgb(197,93,237); }
td.TdClassName
{
border-color: #C55DED;
}
.TagClassName
{
border-color: #C55DED;
}
</style>