Shades of Medium Orchid #C55DDA
Tints of Medium Orchid #C55DDA
RGB
CMYK
RGB Variations
Color information
#C55DDA (or 0xC55DDA) is known color: Medium Orchid. HEX triplet: C5, 5D and DA. RGB value is (197,93,218). Sum of RGB (Red+Green+Blue) = 197+93+218=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C55DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDA is #3AA225. Grayscale: #898989. Windows color (decimal): -3842598 or 14310853. OLE color: 14310853.
HSL color Cylindrical-coordinate representation of color #C55DDA: hue angle of 289.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55DDA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 93 | 218 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.15 |
| HSL | 289.92º | 0.63% | 0.61% | - |
| HSV(B) | 289.92º | 0.57% | 0.85% | - |
| XYZ | 39.6 | 24.76 | 69.02 | - |
| YUV | 138.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 218 | 0.10 | 0.57 | 0 | 0.15 | 289.92 | 0.63 | 0.61 |
| Hex | C5 | 5D | DA | A | 39 | 0 | F | 122 | 3F | 3D |
| Octal | 305 | 135 | 332 | 12 | 71 | 0 | 17 | 442 | 77 | 75 |
| Binary | 11000101 | 1011101 | 11011010 | 1010 | 111001 | 0 | 1111 | 100100010 | 111111 | 111101 |
Color Harmonies of #C55DDA
Complementary color
Monochromatic Colors of #C55DDA
Black with #C55DDA
Text Example
Text Example
White with #C55DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DDA; }
p { color: rgb(197,93,218); }
H1.HeaderClassName
{
color: #C55DDA;
}
.AnyTagClassName
{
color: #C55DDA;
}
</style>
background-color css
<style>
a { background-color: #C55DDA; }
a { background-color: rgb(197,93,218); }
div.DivClassName
{
background-color: #C55DDA;
}
.BgClassName
{
background-color: #C55DDA;
}
</style>
border-color css
<style>
span { border-color: #C55DDA; }
span { border-color: rgb(197,93,218); }
td.TdClassName
{
border-color: #C55DDA;
}
.TagClassName
{
border-color: #C55DDA;
}
</style>