Shades of Medium Orchid #C55BDD
Tints of Medium Orchid #C55BDD
RGB
CMYK
RGB Variations
Color information
#C55BDD (or 0xC55BDD) is known color: Medium Orchid. HEX triplet: C5, 5B and DD. RGB value is (197,91,221). Sum of RGB (Red+Green+Blue) = 197+91+221=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BDD is #3AA422. Grayscale: #898989. Windows color (decimal): -3843107 or 14506949. OLE color: 14506949.
HSL color Cylindrical-coordinate representation of color #C55BDD: hue angle of 288.92º 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 #C55BDD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 91 | 221 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 288.92º | 0.66% | 0.61% | - |
| HSV(B) | 288.92º | 0.59% | 0.87% | - |
| XYZ | 39.82 | 24.57 | 71.05 | - |
| YUV | 137.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 221 | 0.11 | 0.59 | 0 | 0.13 | 288.92 | 0.66 | 0.61 |
| Hex | C5 | 5B | DD | B | 3B | 0 | D | 121 | 42 | 3D |
| Octal | 305 | 133 | 335 | 13 | 73 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000101 | 1011011 | 11011101 | 1011 | 111011 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C55BDD
Complementary color
Monochromatic Colors of #C55BDD
Black with #C55BDD
Text Example
Text Example
White with #C55BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BDD; }
p { color: rgb(197,91,221); }
H1.HeaderClassName
{
color: #C55BDD;
}
.AnyTagClassName
{
color: #C55BDD;
}
</style>
background-color css
<style>
a { background-color: #C55BDD; }
a { background-color: rgb(197,91,221); }
div.DivClassName
{
background-color: #C55BDD;
}
.BgClassName
{
background-color: #C55BDD;
}
</style>
border-color css
<style>
span { border-color: #C55BDD; }
span { border-color: rgb(197,91,221); }
td.TdClassName
{
border-color: #C55BDD;
}
.TagClassName
{
border-color: #C55BDD;
}
</style>