Shades of Medium Orchid #C55CE9
Tints of Medium Orchid #C55CE9
RGB
CMYK
RGB Variations
Color information
#C55CE9 (or 0xC55CE9) is known color: Medium Orchid. HEX triplet: C5, 5C and E9. RGB value is (197,92,233). Sum of RGB (Red+Green+Blue) = 197+92+233=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #C55CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CE9 is #3AA316. Grayscale: #8B8B8B. Windows color (decimal): -3842839 or 15293637. OLE color: 15293637.
HSL color Cylindrical-coordinate representation of color #C55CE9: hue angle of 284.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55CE9 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 92 | 233 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.09 |
| HSL | 284.68º | 0.76% | 0.64% | - |
| HSV(B) | 284.68º | 0.61% | 0.91% | - |
| XYZ | 41.56 | 25.41 | 79.8 | - |
| YUV | 139.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 233 | 0.15 | 0.61 | 0 | 0.09 | 284.68 | 0.76 | 0.64 |
| Hex | C5 | 5C | E9 | F | 3D | 0 | 9 | 11D | 4C | 40 |
| Octal | 305 | 134 | 351 | 17 | 75 | 0 | 11 | 435 | 114 | 100 |
| Binary | 11000101 | 1011100 | 11101001 | 1111 | 111101 | 0 | 1001 | 100011101 | 1001100 | 1000000 |
Color Harmonies of #C55CE9
Complementary color
Monochromatic Colors of #C55CE9
Black with #C55CE9
Text Example
Text Example
White with #C55CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CE9; }
p { color: rgb(197,92,233); }
H1.HeaderClassName
{
color: #C55CE9;
}
.AnyTagClassName
{
color: #C55CE9;
}
</style>
background-color css
<style>
a { background-color: #C55CE9; }
a { background-color: rgb(197,92,233); }
div.DivClassName
{
background-color: #C55CE9;
}
.BgClassName
{
background-color: #C55CE9;
}
</style>
border-color css
<style>
span { border-color: #C55CE9; }
span { border-color: rgb(197,92,233); }
td.TdClassName
{
border-color: #C55CE9;
}
.TagClassName
{
border-color: #C55CE9;
}
</style>