Shades of Medium Orchid #C55CDC
Tints of Medium Orchid #C55CDC
RGB
CMYK
RGB Variations
Color information
#C55CDC (or 0xC55CDC) is known color: Medium Orchid. HEX triplet: C5, 5C and DC. RGB value is (197,92,220). Sum of RGB (Red+Green+Blue) = 197+92+220=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C55CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDC is #3AA323. Grayscale: #898989. Windows color (decimal): -3842852 or 14441669. OLE color: 14441669.
HSL color Cylindrical-coordinate representation of color #C55CDC: hue angle of 289.22º degrees, saturation: 0.65, 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 #C55CDC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 92 | 220 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 289.22º | 0.65% | 0.61% | - |
| HSV(B) | 289.22º | 0.58% | 0.86% | - |
| XYZ | 39.77 | 24.69 | 70.38 | - |
| YUV | 137.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 220 | 0.10 | 0.58 | 0 | 0.14 | 289.22 | 0.65 | 0.61 |
| Hex | C5 | 5C | DC | A | 3A | 0 | E | 121 | 41 | 3D |
| Octal | 305 | 134 | 334 | 12 | 72 | 0 | 16 | 441 | 101 | 75 |
| Binary | 11000101 | 1011100 | 11011100 | 1010 | 111010 | 0 | 1110 | 100100001 | 1000001 | 111101 |
Color Harmonies of #C55CDC
Complementary color
Monochromatic Colors of #C55CDC
Black with #C55CDC
Text Example
Text Example
White with #C55CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CDC; }
p { color: rgb(197,92,220); }
H1.HeaderClassName
{
color: #C55CDC;
}
.AnyTagClassName
{
color: #C55CDC;
}
</style>
background-color css
<style>
a { background-color: #C55CDC; }
a { background-color: rgb(197,92,220); }
div.DivClassName
{
background-color: #C55CDC;
}
.BgClassName
{
background-color: #C55CDC;
}
</style>
border-color css
<style>
span { border-color: #C55CDC; }
span { border-color: rgb(197,92,220); }
td.TdClassName
{
border-color: #C55CDC;
}
.TagClassName
{
border-color: #C55CDC;
}
</style>