Shades of Medium Orchid #C15DDB
Tints of Medium Orchid #C15DDB
RGB
CMYK
RGB Variations
Color information
#C15DDB (or 0xC15DDB) is known color: Medium Orchid. HEX triplet: C1, 5D and DB. RGB value is (193,93,219). Sum of RGB (Red+Green+Blue) = 193+93+219=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DDB is #3EA224. Grayscale: #888888. Windows color (decimal): -4104741 or 14376385. OLE color: 14376385.
HSL color Cylindrical-coordinate representation of color #C15DDB: hue angle of 287.62º 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 #C15DDB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 93 | 219 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.14 |
| HSL | 287.62º | 0.64% | 0.61% | - |
| HSV(B) | 287.62º | 0.58% | 0.86% | - |
| XYZ | 38.69 | 24.28 | 69.67 | - |
| YUV | 137.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 219 | 0.12 | 0.58 | 0 | 0.14 | 287.62 | 0.64 | 0.61 |
| Hex | C1 | 5D | DB | C | 3A | 0 | E | 120 | 40 | 3D |
| Octal | 301 | 135 | 333 | 14 | 72 | 0 | 16 | 440 | 100 | 75 |
| Binary | 11000001 | 1011101 | 11011011 | 1100 | 111010 | 0 | 1110 | 100100000 | 1000000 | 111101 |
Color Harmonies of #C15DDB
Complementary color
Monochromatic Colors of #C15DDB
Black with #C15DDB
Text Example
Text Example
White with #C15DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DDB; }
p { color: rgb(193,93,219); }
H1.HeaderClassName
{
color: #C15DDB;
}
.AnyTagClassName
{
color: #C15DDB;
}
</style>
background-color css
<style>
a { background-color: #C15DDB; }
a { background-color: rgb(193,93,219); }
div.DivClassName
{
background-color: #C15DDB;
}
.BgClassName
{
background-color: #C15DDB;
}
</style>
border-color css
<style>
span { border-color: #C15DDB; }
span { border-color: rgb(193,93,219); }
td.TdClassName
{
border-color: #C15DDB;
}
.TagClassName
{
border-color: #C15DDB;
}
</style>