Shades of Medium Orchid #C15DED
Tints of Medium Orchid #C15DED
RGB
CMYK
RGB Variations
Color information
#C15DED (or 0xC15DED) is known color: Medium Orchid. HEX triplet: C1, 5D and ED. RGB value is (193,93,237). Sum of RGB (Red+Green+Blue) = 193+93+237=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C15DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C15DED is #3EA212. Grayscale: #8A8A8A. Windows color (decimal): -4104723 or 15556033. OLE color: 15556033.
HSL color Cylindrical-coordinate representation of color #C15DED: hue angle of 281.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C15DED is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 93 | 237 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 281.67º | 0.8% | 0.65% | - |
| HSV(B) | 281.67º | 0.61% | 0.93% | - |
| XYZ | 41.19 | 25.28 | 82.83 | - |
| YUV | 139.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 237 | 0.19 | 0.61 | 0 | 0.07 | 281.67 | 0.8 | 0.65 |
| Hex | C1 | 5D | ED | 13 | 3D | 0 | 7 | 11A | 50 | 41 |
| Octal | 301 | 135 | 355 | 23 | 75 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000001 | 1011101 | 11101101 | 10011 | 111101 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C15DED
Complementary color
Monochromatic Colors of #C15DED
Black with #C15DED
Text Example
Text Example
White with #C15DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DED; }
p { color: rgb(193,93,237); }
H1.HeaderClassName
{
color: #C15DED;
}
.AnyTagClassName
{
color: #C15DED;
}
</style>
background-color css
<style>
a { background-color: #C15DED; }
a { background-color: rgb(193,93,237); }
div.DivClassName
{
background-color: #C15DED;
}
.BgClassName
{
background-color: #C15DED;
}
</style>
border-color css
<style>
span { border-color: #C15DED; }
span { border-color: rgb(193,93,237); }
td.TdClassName
{
border-color: #C15DED;
}
.TagClassName
{
border-color: #C15DED;
}
</style>