Shades of Medium Orchid #C140DB
Tints of Medium Orchid #C140DB
RGB
CMYK
RGB Variations
Color information
#C140DB (or 0xC140DB) is known color: Medium Orchid. HEX triplet: C1, 40 and DB. RGB value is (193,64,219). Sum of RGB (Red+Green+Blue) = 193+64+219=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C140DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140DB is #3EBF24. Grayscale: #777777. Windows color (decimal): -4112165 or 14368961. OLE color: 14368961.
HSL color Cylindrical-coordinate representation of color #C140DB: hue angle of 289.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C140DB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 64 | 219 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.14 |
| HSL | 289.94º | 0.68% | 0.55% | - |
| HSV(B) | 289.94º | 0.71% | 0.86% | - |
| XYZ | 36.61 | 20.12 | 68.97 | - |
| YUV | 120.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 219 | 0.12 | 0.71 | 0 | 0.14 | 289.94 | 0.68 | 0.55 |
| Hex | C1 | 40 | DB | C | 47 | 0 | E | 122 | 44 | 37 |
| Octal | 301 | 100 | 333 | 14 | 107 | 0 | 16 | 442 | 104 | 67 |
| Binary | 11000001 | 1000000 | 11011011 | 1100 | 1000111 | 0 | 1110 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C140DB
Complementary color
Monochromatic Colors of #C140DB
Black with #C140DB
Text Example
Text Example
White with #C140DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140DB; }
p { color: rgb(193,64,219); }
H1.HeaderClassName
{
color: #C140DB;
}
.AnyTagClassName
{
color: #C140DB;
}
</style>
background-color css
<style>
a { background-color: #C140DB; }
a { background-color: rgb(193,64,219); }
div.DivClassName
{
background-color: #C140DB;
}
.BgClassName
{
background-color: #C140DB;
}
</style>
border-color css
<style>
span { border-color: #C140DB; }
span { border-color: rgb(193,64,219); }
td.TdClassName
{
border-color: #C140DB;
}
.TagClassName
{
border-color: #C140DB;
}
</style>