Shades of Medium Orchid #C55BED
Tints of Medium Orchid #C55BED
RGB
CMYK
RGB Variations
Color information
#C55BED (or 0xC55BED) is known color: Medium Orchid. HEX triplet: C5, 5B and ED. RGB value is (197,91,237). Sum of RGB (Red+Green+Blue) = 197+91+237=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BED is #3AA412. Grayscale: #8A8A8A. Windows color (decimal): -3843091 or 15555525. OLE color: 15555525.
HSL color Cylindrical-coordinate representation of color #C55BED: hue angle of 283.56º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55BED is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 91 | 237 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.07 |
| HSL | 283.56º | 0.8% | 0.64% | - |
| HSV(B) | 283.56º | 0.62% | 0.93% | - |
| XYZ | 42.05 | 25.47 | 82.82 | - |
| YUV | 139.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 237 | 0.17 | 0.62 | 0 | 0.07 | 283.56 | 0.8 | 0.64 |
| Hex | C5 | 5B | ED | 11 | 3E | 0 | 7 | 11C | 50 | 40 |
| Octal | 305 | 133 | 355 | 21 | 76 | 0 | 7 | 434 | 120 | 100 |
| Binary | 11000101 | 1011011 | 11101101 | 10001 | 111110 | 0 | 111 | 100011100 | 1010000 | 1000000 |
Color Harmonies of #C55BED
Complementary color
Monochromatic Colors of #C55BED
Black with #C55BED
Text Example
Text Example
White with #C55BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BED; }
p { color: rgb(197,91,237); }
H1.HeaderClassName
{
color: #C55BED;
}
.AnyTagClassName
{
color: #C55BED;
}
</style>
background-color css
<style>
a { background-color: #C55BED; }
a { background-color: rgb(197,91,237); }
div.DivClassName
{
background-color: #C55BED;
}
.BgClassName
{
background-color: #C55BED;
}
</style>
border-color css
<style>
span { border-color: #C55BED; }
span { border-color: rgb(197,91,237); }
td.TdClassName
{
border-color: #C55BED;
}
.TagClassName
{
border-color: #C55BED;
}
</style>