Shades of Medium Orchid #C55AD6
Tints of Medium Orchid #C55AD6
RGB
CMYK
RGB Variations
Color information
#C55AD6 (or 0xC55AD6) is known color: Medium Orchid. HEX triplet: C5, 5A and D6. RGB value is (197,90,214). Sum of RGB (Red+Green+Blue) = 197+90+214=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #C55AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AD6 is #3AA529. Grayscale: #878787. Windows color (decimal): -3843370 or 14047941. OLE color: 14047941.
HSL color Cylindrical-coordinate representation of color #C55AD6: hue angle of 291.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55AD6 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 90 | 214 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.16 |
| HSL | 291.77º | 0.6% | 0.6% | - |
| HSV(B) | 291.77º | 0.58% | 0.84% | - |
| XYZ | 38.82 | 24.04 | 66.21 | - |
| YUV | 136.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 214 | 0.08 | 0.58 | 0 | 0.16 | 291.77 | 0.6 | 0.6 |
| Hex | C5 | 5A | D6 | 8 | 3A | 0 | 10 | 124 | 3C | 3C |
| Octal | 305 | 132 | 326 | 10 | 72 | 0 | 20 | 444 | 74 | 74 |
| Binary | 11000101 | 1011010 | 11010110 | 1000 | 111010 | 0 | 10000 | 100100100 | 111100 | 111100 |
Color Harmonies of #C55AD6
Complementary color
Monochromatic Colors of #C55AD6
Black with #C55AD6
Text Example
Text Example
White with #C55AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AD6; }
p { color: rgb(197,90,214); }
H1.HeaderClassName
{
color: #C55AD6;
}
.AnyTagClassName
{
color: #C55AD6;
}
</style>
background-color css
<style>
a { background-color: #C55AD6; }
a { background-color: rgb(197,90,214); }
div.DivClassName
{
background-color: #C55AD6;
}
.BgClassName
{
background-color: #C55AD6;
}
</style>
border-color css
<style>
span { border-color: #C55AD6; }
span { border-color: rgb(197,90,214); }
td.TdClassName
{
border-color: #C55AD6;
}
.TagClassName
{
border-color: #C55AD6;
}
</style>