Shades of Medium Orchid #C55DE9
Tints of Medium Orchid #C55DE9
RGB
CMYK
RGB Variations
Color information
#C55DE9 (or 0xC55DE9) is known color: Medium Orchid. HEX triplet: C5, 5D and E9. RGB value is (197,93,233). Sum of RGB (Red+Green+Blue) = 197+93+233=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #C55DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DE9 is #3AA216. Grayscale: #8B8B8B. Windows color (decimal): -3842583 or 15293893. OLE color: 15293893.
HSL color Cylindrical-coordinate representation of color #C55DE9: hue angle of 284.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55DE9 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 93 | 233 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.09 |
| HSL | 284.57º | 0.76% | 0.64% | - |
| HSV(B) | 284.57º | 0.6% | 0.91% | - |
| XYZ | 41.65 | 25.58 | 79.83 | - |
| YUV | 140.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 233 | 0.15 | 0.60 | 0 | 0.09 | 284.57 | 0.76 | 0.64 |
| Hex | C5 | 5D | E9 | F | 3C | 0 | 9 | 11D | 4C | 40 |
| Octal | 305 | 135 | 351 | 17 | 74 | 0 | 11 | 435 | 114 | 100 |
| Binary | 11000101 | 1011101 | 11101001 | 1111 | 111100 | 0 | 1001 | 100011101 | 1001100 | 1000000 |
Color Harmonies of #C55DE9
Complementary color
Monochromatic Colors of #C55DE9
Black with #C55DE9
Text Example
Text Example
White with #C55DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DE9; }
p { color: rgb(197,93,233); }
H1.HeaderClassName
{
color: #C55DE9;
}
.AnyTagClassName
{
color: #C55DE9;
}
</style>
background-color css
<style>
a { background-color: #C55DE9; }
a { background-color: rgb(197,93,233); }
div.DivClassName
{
background-color: #C55DE9;
}
.BgClassName
{
background-color: #C55DE9;
}
</style>
border-color css
<style>
span { border-color: #C55DE9; }
span { border-color: rgb(197,93,233); }
td.TdClassName
{
border-color: #C55DE9;
}
.TagClassName
{
border-color: #C55DE9;
}
</style>