Shades of Medium Orchid #C55CDB
Tints of Medium Orchid #C55CDB
RGB
CMYK
RGB Variations
Color information
#C55CDB (or 0xC55CDB) is known color: Medium Orchid. HEX triplet: C5, 5C and DB. RGB value is (197,92,219). Sum of RGB (Red+Green+Blue) = 197+92+219=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C55CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDB is #3AA324. Grayscale: #898989. Windows color (decimal): -3842853 or 14376133. OLE color: 14376133.
HSL color Cylindrical-coordinate representation of color #C55CDB: hue angle of 289.61º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55CDB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 92 | 219 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.14 |
| HSL | 289.61º | 0.64% | 0.61% | - |
| HSV(B) | 289.61º | 0.58% | 0.86% | - |
| XYZ | 39.64 | 24.64 | 69.68 | - |
| YUV | 137.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 219 | 0.10 | 0.58 | 0 | 0.14 | 289.61 | 0.64 | 0.61 |
| Hex | C5 | 5C | DB | A | 3A | 0 | E | 122 | 40 | 3D |
| Octal | 305 | 134 | 333 | 12 | 72 | 0 | 16 | 442 | 100 | 75 |
| Binary | 11000101 | 1011100 | 11011011 | 1010 | 111010 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C55CDB
Complementary color
Monochromatic Colors of #C55CDB
Black with #C55CDB
Text Example
Text Example
White with #C55CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CDB; }
p { color: rgb(197,92,219); }
H1.HeaderClassName
{
color: #C55CDB;
}
.AnyTagClassName
{
color: #C55CDB;
}
</style>
background-color css
<style>
a { background-color: #C55CDB; }
a { background-color: rgb(197,92,219); }
div.DivClassName
{
background-color: #C55CDB;
}
.BgClassName
{
background-color: #C55CDB;
}
</style>
border-color css
<style>
span { border-color: #C55CDB; }
span { border-color: rgb(197,92,219); }
td.TdClassName
{
border-color: #C55CDB;
}
.TagClassName
{
border-color: #C55CDB;
}
</style>