Shades of Medium Orchid #C55BD3
Tints of Medium Orchid #C55BD3
RGB
CMYK
RGB Variations
Color information
#C55BD3 (or 0xC55BD3) is known color: Medium Orchid. HEX triplet: C5, 5B and D3. RGB value is (197,91,211). Sum of RGB (Red+Green+Blue) = 197+91+211=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #C55BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BD3 is #3AA42C. Grayscale: #888888. Windows color (decimal): -3843117 or 13851589. OLE color: 13851589.
HSL color Cylindrical-coordinate representation of color #C55BD3: hue angle of 293º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55BD3 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 91 | 211 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.17 |
| HSL | 293º | 0.58% | 0.59% | - |
| HSV(B) | 293º | 0.57% | 0.83% | - |
| XYZ | 38.52 | 24.06 | 64.24 | - |
| YUV | 136.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 211 | 0.07 | 0.57 | 0 | 0.17 | 293 | 0.58 | 0.59 |
| Hex | C5 | 5B | D3 | 7 | 39 | 0 | 11 | 125 | 3A | 3B |
| Octal | 305 | 133 | 323 | 7 | 71 | 0 | 21 | 445 | 72 | 73 |
| Binary | 11000101 | 1011011 | 11010011 | 111 | 111001 | 0 | 10001 | 100100101 | 111010 | 111011 |
Color Harmonies of #C55BD3
Complementary color
Monochromatic Colors of #C55BD3
Black with #C55BD3
Text Example
Text Example
White with #C55BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BD3; }
p { color: rgb(197,91,211); }
H1.HeaderClassName
{
color: #C55BD3;
}
.AnyTagClassName
{
color: #C55BD3;
}
</style>
background-color css
<style>
a { background-color: #C55BD3; }
a { background-color: rgb(197,91,211); }
div.DivClassName
{
background-color: #C55BD3;
}
.BgClassName
{
background-color: #C55BD3;
}
</style>
border-color css
<style>
span { border-color: #C55BD3; }
span { border-color: rgb(197,91,211); }
td.TdClassName
{
border-color: #C55BD3;
}
.TagClassName
{
border-color: #C55BD3;
}
</style>