Shades of Medium Orchid #C55BDE
Tints of Medium Orchid #C55BDE
RGB
CMYK
RGB Variations
Color information
#C55BDE (or 0xC55BDE) is known color: Medium Orchid. HEX triplet: C5, 5B and DE. RGB value is (197,91,222). Sum of RGB (Red+Green+Blue) = 197+91+222=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BDE is #3AA421. Grayscale: #898989. Windows color (decimal): -3843106 or 14572485. OLE color: 14572485.
HSL color Cylindrical-coordinate representation of color #C55BDE: hue angle of 288.55º 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 #C55BDE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 91 | 222 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.13 |
| HSL | 288.55º | 0.66% | 0.61% | - |
| HSV(B) | 288.55º | 0.59% | 0.87% | - |
| XYZ | 39.95 | 24.63 | 71.75 | - |
| YUV | 137.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 222 | 0.11 | 0.59 | 0 | 0.13 | 288.55 | 0.66 | 0.61 |
| Hex | C5 | 5B | DE | B | 3B | 0 | D | 121 | 42 | 3D |
| Octal | 305 | 133 | 336 | 13 | 73 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000101 | 1011011 | 11011110 | 1011 | 111011 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C55BDE
Complementary color
Monochromatic Colors of #C55BDE
Black with #C55BDE
Text Example
Text Example
White with #C55BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BDE; }
p { color: rgb(197,91,222); }
H1.HeaderClassName
{
color: #C55BDE;
}
.AnyTagClassName
{
color: #C55BDE;
}
</style>
background-color css
<style>
a { background-color: #C55BDE; }
a { background-color: rgb(197,91,222); }
div.DivClassName
{
background-color: #C55BDE;
}
.BgClassName
{
background-color: #C55BDE;
}
</style>
border-color css
<style>
span { border-color: #C55BDE; }
span { border-color: rgb(197,91,222); }
td.TdClassName
{
border-color: #C55BDE;
}
.TagClassName
{
border-color: #C55BDE;
}
</style>