Shades of Medium Orchid #C55CDE
Tints of Medium Orchid #C55CDE
RGB
CMYK
RGB Variations
Color information
#C55CDE (or 0xC55CDE) is known color: Medium Orchid. HEX triplet: C5, 5C and DE. RGB value is (197,92,222). Sum of RGB (Red+Green+Blue) = 197+92+222=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDE is #3AA321. Grayscale: #898989. Windows color (decimal): -3842850 or 14572741. OLE color: 14572741.
HSL color Cylindrical-coordinate representation of color #C55CDE: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55CDE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 92 | 222 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 288.46º | 0.66% | 0.62% | - |
| HSV(B) | 288.46º | 0.59% | 0.87% | - |
| XYZ | 40.04 | 24.8 | 71.78 | - |
| YUV | 138.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 222 | 0.11 | 0.59 | 0 | 0.13 | 288.46 | 0.66 | 0.62 |
| Hex | C5 | 5C | DE | B | 3B | 0 | D | 120 | 42 | 3E |
| Octal | 305 | 134 | 336 | 13 | 73 | 0 | 15 | 440 | 102 | 76 |
| Binary | 11000101 | 1011100 | 11011110 | 1011 | 111011 | 0 | 1101 | 100100000 | 1000010 | 111110 |
Color Harmonies of #C55CDE
Complementary color
Monochromatic Colors of #C55CDE
Black with #C55CDE
Text Example
Text Example
White with #C55CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CDE; }
p { color: rgb(197,92,222); }
H1.HeaderClassName
{
color: #C55CDE;
}
.AnyTagClassName
{
color: #C55CDE;
}
</style>
background-color css
<style>
a { background-color: #C55CDE; }
a { background-color: rgb(197,92,222); }
div.DivClassName
{
background-color: #C55CDE;
}
.BgClassName
{
background-color: #C55CDE;
}
</style>
border-color css
<style>
span { border-color: #C55CDE; }
span { border-color: rgb(197,92,222); }
td.TdClassName
{
border-color: #C55CDE;
}
.TagClassName
{
border-color: #C55CDE;
}
</style>