Shades of Medium Orchid #C55FDB
Tints of Medium Orchid #C55FDB
RGB
CMYK
RGB Variations
Color information
#C55FDB (or 0xC55FDB) is known color: Medium Orchid. HEX triplet: C5, 5F and DB. RGB value is (197,95,219). Sum of RGB (Red+Green+Blue) = 197+95+219=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C55FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FDB is #3AA024. Grayscale: #8B8B8B. Windows color (decimal): -3842085 or 14376901. OLE color: 14376901.
HSL color Cylindrical-coordinate representation of color #C55FDB: hue angle of 289.35º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55FDB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 95 | 219 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.14 |
| HSL | 289.35º | 0.63% | 0.62% | - |
| HSV(B) | 289.35º | 0.57% | 0.86% | - |
| XYZ | 39.9 | 25.17 | 69.77 | - |
| YUV | 139.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 219 | 0.10 | 0.57 | 0 | 0.14 | 289.35 | 0.63 | 0.62 |
| Hex | C5 | 5F | DB | A | 39 | 0 | E | 121 | 3F | 3E |
| Octal | 305 | 137 | 333 | 12 | 71 | 0 | 16 | 441 | 77 | 76 |
| Binary | 11000101 | 1011111 | 11011011 | 1010 | 111001 | 0 | 1110 | 100100001 | 111111 | 111110 |
Color Harmonies of #C55FDB
Complementary color
Monochromatic Colors of #C55FDB
Black with #C55FDB
Text Example
Text Example
White with #C55FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FDB; }
p { color: rgb(197,95,219); }
H1.HeaderClassName
{
color: #C55FDB;
}
.AnyTagClassName
{
color: #C55FDB;
}
</style>
background-color css
<style>
a { background-color: #C55FDB; }
a { background-color: rgb(197,95,219); }
div.DivClassName
{
background-color: #C55FDB;
}
.BgClassName
{
background-color: #C55FDB;
}
</style>
border-color css
<style>
span { border-color: #C55FDB; }
span { border-color: rgb(197,95,219); }
td.TdClassName
{
border-color: #C55FDB;
}
.TagClassName
{
border-color: #C55FDB;
}
</style>