Shades of Medium Orchid #C55DDC
Tints of Medium Orchid #C55DDC
RGB
CMYK
RGB Variations
Color information
#C55DDC (or 0xC55DDC) is known color: Medium Orchid. HEX triplet: C5, 5D and DC. RGB value is (197,93,220). Sum of RGB (Red+Green+Blue) = 197+93+220=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C55DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDC is #3AA223. Grayscale: #8A8A8A. Windows color (decimal): -3842596 or 14441925. OLE color: 14441925.
HSL color Cylindrical-coordinate representation of color #C55DDC: hue angle of 289.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55DDC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 93 | 220 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 289.13º | 0.64% | 0.61% | - |
| HSV(B) | 289.13º | 0.58% | 0.86% | - |
| XYZ | 39.86 | 24.87 | 70.41 | - |
| YUV | 138.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 220 | 0.10 | 0.58 | 0 | 0.14 | 289.13 | 0.64 | 0.61 |
| Hex | C5 | 5D | DC | A | 3A | 0 | E | 121 | 40 | 3D |
| Octal | 305 | 135 | 334 | 12 | 72 | 0 | 16 | 441 | 100 | 75 |
| Binary | 11000101 | 1011101 | 11011100 | 1010 | 111010 | 0 | 1110 | 100100001 | 1000000 | 111101 |
Color Harmonies of #C55DDC
Complementary color
Monochromatic Colors of #C55DDC
Black with #C55DDC
Text Example
Text Example
White with #C55DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DDC; }
p { color: rgb(197,93,220); }
H1.HeaderClassName
{
color: #C55DDC;
}
.AnyTagClassName
{
color: #C55DDC;
}
</style>
background-color css
<style>
a { background-color: #C55DDC; }
a { background-color: rgb(197,93,220); }
div.DivClassName
{
background-color: #C55DDC;
}
.BgClassName
{
background-color: #C55DDC;
}
</style>
border-color css
<style>
span { border-color: #C55DDC; }
span { border-color: rgb(197,93,220); }
td.TdClassName
{
border-color: #C55DDC;
}
.TagClassName
{
border-color: #C55DDC;
}
</style>