Shades of Medium Orchid #C55ADD
Tints of Medium Orchid #C55ADD
RGB
CMYK
RGB Variations
Color information
#C55ADD (or 0xC55ADD) is known color: Medium Orchid. HEX triplet: C5, 5A and DD. RGB value is (197,90,221). Sum of RGB (Red+Green+Blue) = 197+90+221=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ADD is #3AA522. Grayscale: #888888. Windows color (decimal): -3843363 or 14506693. OLE color: 14506693.
HSL color Cylindrical-coordinate representation of color #C55ADD: hue angle of 289.01º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55ADD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 90 | 221 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 289.01º | 0.66% | 0.61% | - |
| HSV(B) | 289.01º | 0.59% | 0.87% | - |
| XYZ | 39.73 | 24.4 | 71.02 | - |
| YUV | 136.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 221 | 0.11 | 0.59 | 0 | 0.13 | 289.01 | 0.66 | 0.61 |
| Hex | C5 | 5A | DD | B | 3B | 0 | D | 121 | 42 | 3D |
| Octal | 305 | 132 | 335 | 13 | 73 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000101 | 1011010 | 11011101 | 1011 | 111011 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C55ADD
Complementary color
Monochromatic Colors of #C55ADD
Black with #C55ADD
Text Example
Text Example
White with #C55ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ADD; }
p { color: rgb(197,90,221); }
H1.HeaderClassName
{
color: #C55ADD;
}
.AnyTagClassName
{
color: #C55ADD;
}
</style>
background-color css
<style>
a { background-color: #C55ADD; }
a { background-color: rgb(197,90,221); }
div.DivClassName
{
background-color: #C55ADD;
}
.BgClassName
{
background-color: #C55ADD;
}
</style>
border-color css
<style>
span { border-color: #C55ADD; }
span { border-color: rgb(197,90,221); }
td.TdClassName
{
border-color: #C55ADD;
}
.TagClassName
{
border-color: #C55ADD;
}
</style>