Shades of Medium Orchid #C551DB
Tints of Medium Orchid #C551DB
RGB
CMYK
RGB Variations
Color information
#C551DB (or 0xC551DB) is known color: Medium Orchid. HEX triplet: C5, 51 and DB. RGB value is (197,81,219). Sum of RGB (Red+Green+Blue) = 197+81+219=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #C551DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551DB is #3AAE24. Grayscale: #828282. Windows color (decimal): -3845669 or 14373317. OLE color: 14373317.
HSL color Cylindrical-coordinate representation of color #C551DB: hue angle of 290.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C551DB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 81 | 219 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.14 |
| HSL | 290.43º | 0.66% | 0.59% | - |
| HSV(B) | 290.43º | 0.63% | 0.86% | - |
| XYZ | 38.75 | 22.87 | 69.39 | - |
| YUV | 131.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 219 | 0.10 | 0.63 | 0 | 0.14 | 290.43 | 0.66 | 0.59 |
| Hex | C5 | 51 | DB | A | 3F | 0 | E | 122 | 42 | 3B |
| Octal | 305 | 121 | 333 | 12 | 77 | 0 | 16 | 442 | 102 | 73 |
| Binary | 11000101 | 1010001 | 11011011 | 1010 | 111111 | 0 | 1110 | 100100010 | 1000010 | 111011 |
Color Harmonies of #C551DB
Complementary color
Monochromatic Colors of #C551DB
Black with #C551DB
Text Example
Text Example
White with #C551DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551DB; }
p { color: rgb(197,81,219); }
H1.HeaderClassName
{
color: #C551DB;
}
.AnyTagClassName
{
color: #C551DB;
}
</style>
background-color css
<style>
a { background-color: #C551DB; }
a { background-color: rgb(197,81,219); }
div.DivClassName
{
background-color: #C551DB;
}
.BgClassName
{
background-color: #C551DB;
}
</style>
border-color css
<style>
span { border-color: #C551DB; }
span { border-color: rgb(197,81,219); }
td.TdClassName
{
border-color: #C551DB;
}
.TagClassName
{
border-color: #C551DB;
}
</style>