Shades of Medium Orchid #C15EDB
Tints of Medium Orchid #C15EDB
RGB
CMYK
RGB Variations
Color information
#C15EDB (or 0xC15EDB) is known color: Medium Orchid. HEX triplet: C1, 5E and DB. RGB value is (193,94,219). Sum of RGB (Red+Green+Blue) = 193+94+219=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EDB is #3EA124. Grayscale: #898989. Windows color (decimal): -4104485 or 14376641. OLE color: 14376641.
HSL color Cylindrical-coordinate representation of color #C15EDB: hue angle of 287.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15EDB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 94 | 219 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.14 |
| HSL | 287.52º | 0.63% | 0.61% | - |
| HSV(B) | 287.52º | 0.57% | 0.86% | - |
| XYZ | 38.78 | 24.46 | 69.69 | - |
| YUV | 137.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 219 | 0.12 | 0.57 | 0 | 0.14 | 287.52 | 0.63 | 0.61 |
| Hex | C1 | 5E | DB | C | 39 | 0 | E | 120 | 3F | 3D |
| Octal | 301 | 136 | 333 | 14 | 71 | 0 | 16 | 440 | 77 | 75 |
| Binary | 11000001 | 1011110 | 11011011 | 1100 | 111001 | 0 | 1110 | 100100000 | 111111 | 111101 |
Color Harmonies of #C15EDB
Complementary color
Monochromatic Colors of #C15EDB
Black with #C15EDB
Text Example
Text Example
White with #C15EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EDB; }
p { color: rgb(193,94,219); }
H1.HeaderClassName
{
color: #C15EDB;
}
.AnyTagClassName
{
color: #C15EDB;
}
</style>
background-color css
<style>
a { background-color: #C15EDB; }
a { background-color: rgb(193,94,219); }
div.DivClassName
{
background-color: #C15EDB;
}
.BgClassName
{
background-color: #C15EDB;
}
</style>
border-color css
<style>
span { border-color: #C15EDB; }
span { border-color: rgb(193,94,219); }
td.TdClassName
{
border-color: #C15EDB;
}
.TagClassName
{
border-color: #C15EDB;
}
</style>