Shades of Medium Orchid #C55DDE
Tints of Medium Orchid #C55DDE
RGB
CMYK
RGB Variations
Color information
#C55DDE (or 0xC55DDE) is known color: Medium Orchid. HEX triplet: C5, 5D and DE. RGB value is (197,93,222). Sum of RGB (Red+Green+Blue) = 197+93+222=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDE is #3AA221. Grayscale: #8A8A8A. Windows color (decimal): -3842594 or 14572997. OLE color: 14572997.
HSL color Cylindrical-coordinate representation of color #C55DDE: hue angle of 288.37º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55DDE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 93 | 222 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.13 |
| HSL | 288.37º | 0.66% | 0.62% | - |
| HSV(B) | 288.37º | 0.58% | 0.87% | - |
| XYZ | 40.13 | 24.97 | 71.81 | - |
| YUV | 138.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 222 | 0.11 | 0.58 | 0 | 0.13 | 288.37 | 0.66 | 0.62 |
| Hex | C5 | 5D | DE | B | 3A | 0 | D | 120 | 42 | 3E |
| Octal | 305 | 135 | 336 | 13 | 72 | 0 | 15 | 440 | 102 | 76 |
| Binary | 11000101 | 1011101 | 11011110 | 1011 | 111010 | 0 | 1101 | 100100000 | 1000010 | 111110 |
Color Harmonies of #C55DDE
Complementary color
Monochromatic Colors of #C55DDE
Black with #C55DDE
Text Example
Text Example
White with #C55DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DDE; }
p { color: rgb(197,93,222); }
H1.HeaderClassName
{
color: #C55DDE;
}
.AnyTagClassName
{
color: #C55DDE;
}
</style>
background-color css
<style>
a { background-color: #C55DDE; }
a { background-color: rgb(197,93,222); }
div.DivClassName
{
background-color: #C55DDE;
}
.BgClassName
{
background-color: #C55DDE;
}
</style>
border-color css
<style>
span { border-color: #C55DDE; }
span { border-color: rgb(197,93,222); }
td.TdClassName
{
border-color: #C55DDE;
}
.TagClassName
{
border-color: #C55DDE;
}
</style>