Shades of Medium Orchid #C55BDF
Tints of Medium Orchid #C55BDF
RGB
CMYK
RGB Variations
Color information
#C55BDF (or 0xC55BDF) is known color: Medium Orchid. HEX triplet: C5, 5B and DF. RGB value is (197,91,223). Sum of RGB (Red+Green+Blue) = 197+91+223=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C55BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BDF is #3AA420. Grayscale: #898989. Windows color (decimal): -3843105 or 14638021. OLE color: 14638021.
HSL color Cylindrical-coordinate representation of color #C55BDF: hue angle of 288.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55BDF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 91 | 223 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.13 |
| HSL | 288.18º | 0.67% | 0.62% | - |
| HSV(B) | 288.18º | 0.59% | 0.87% | - |
| XYZ | 40.09 | 24.68 | 72.46 | - |
| YUV | 137.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 223 | 0.12 | 0.59 | 0 | 0.13 | 288.18 | 0.67 | 0.62 |
| Hex | C5 | 5B | DF | C | 3B | 0 | D | 120 | 43 | 3E |
| Octal | 305 | 133 | 337 | 14 | 73 | 0 | 15 | 440 | 103 | 76 |
| Binary | 11000101 | 1011011 | 11011111 | 1100 | 111011 | 0 | 1101 | 100100000 | 1000011 | 111110 |
Color Harmonies of #C55BDF
Complementary color
Monochromatic Colors of #C55BDF
Black with #C55BDF
Text Example
Text Example
White with #C55BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BDF; }
p { color: rgb(197,91,223); }
H1.HeaderClassName
{
color: #C55BDF;
}
.AnyTagClassName
{
color: #C55BDF;
}
</style>
background-color css
<style>
a { background-color: #C55BDF; }
a { background-color: rgb(197,91,223); }
div.DivClassName
{
background-color: #C55BDF;
}
.BgClassName
{
background-color: #C55BDF;
}
</style>
border-color css
<style>
span { border-color: #C55BDF; }
span { border-color: rgb(197,91,223); }
td.TdClassName
{
border-color: #C55BDF;
}
.TagClassName
{
border-color: #C55BDF;
}
</style>