Shades of Medium Orchid #C151DB
Tints of Medium Orchid #C151DB
RGB
CMYK
RGB Variations
Color information
#C151DB (or 0xC151DB) is known color: Medium Orchid. HEX triplet: C1, 51 and DB. RGB value is (193,81,219). Sum of RGB (Red+Green+Blue) = 193+81+219=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C151DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151DB is #3EAE24. Grayscale: #818181. Windows color (decimal): -4107813 or 14373313. OLE color: 14373313.
HSL color Cylindrical-coordinate representation of color #C151DB: hue angle of 288.7º 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 #C151DB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 81 | 219 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.14 |
| HSL | 288.7º | 0.66% | 0.59% | - |
| HSV(B) | 288.7º | 0.63% | 0.86% | - |
| XYZ | 37.72 | 22.34 | 69.34 | - |
| YUV | 130.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 219 | 0.12 | 0.63 | 0 | 0.14 | 288.7 | 0.66 | 0.59 |
| Hex | C1 | 51 | DB | C | 3F | 0 | E | 121 | 42 | 3B |
| Octal | 301 | 121 | 333 | 14 | 77 | 0 | 16 | 441 | 102 | 73 |
| Binary | 11000001 | 1010001 | 11011011 | 1100 | 111111 | 0 | 1110 | 100100001 | 1000010 | 111011 |
Color Harmonies of #C151DB
Complementary color
Monochromatic Colors of #C151DB
Black with #C151DB
Text Example
Text Example
White with #C151DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151DB; }
p { color: rgb(193,81,219); }
H1.HeaderClassName
{
color: #C151DB;
}
.AnyTagClassName
{
color: #C151DB;
}
</style>
background-color css
<style>
a { background-color: #C151DB; }
a { background-color: rgb(193,81,219); }
div.DivClassName
{
background-color: #C151DB;
}
.BgClassName
{
background-color: #C151DB;
}
</style>
border-color css
<style>
span { border-color: #C151DB; }
span { border-color: rgb(193,81,219); }
td.TdClassName
{
border-color: #C151DB;
}
.TagClassName
{
border-color: #C151DB;
}
</style>