Shades of Medium Orchid #C15DDF
Tints of Medium Orchid #C15DDF
RGB
CMYK
RGB Variations
Color information
#C15DDF (or 0xC15DDF) is known color: Medium Orchid. HEX triplet: C1, 5D and DF. RGB value is (193,93,223). Sum of RGB (Red+Green+Blue) = 193+93+223=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #C15DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DDF is #3EA220. Grayscale: #898989. Windows color (decimal): -4104737 or 14638529. OLE color: 14638529.
HSL color Cylindrical-coordinate representation of color #C15DDF: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15DDF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 93 | 223 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.13 |
| HSL | 286.15º | 0.67% | 0.62% | - |
| HSV(B) | 286.15º | 0.58% | 0.87% | - |
| XYZ | 39.23 | 24.49 | 72.47 | - |
| YUV | 137.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 223 | 0.13 | 0.58 | 0 | 0.13 | 286.15 | 0.67 | 0.62 |
| Hex | C1 | 5D | DF | D | 3A | 0 | D | 11E | 43 | 3E |
| Octal | 301 | 135 | 337 | 15 | 72 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000001 | 1011101 | 11011111 | 1101 | 111010 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C15DDF
Complementary color
Monochromatic Colors of #C15DDF
Black with #C15DDF
Text Example
Text Example
White with #C15DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DDF; }
p { color: rgb(193,93,223); }
H1.HeaderClassName
{
color: #C15DDF;
}
.AnyTagClassName
{
color: #C15DDF;
}
</style>
background-color css
<style>
a { background-color: #C15DDF; }
a { background-color: rgb(193,93,223); }
div.DivClassName
{
background-color: #C15DDF;
}
.BgClassName
{
background-color: #C15DDF;
}
</style>
border-color css
<style>
span { border-color: #C15DDF; }
span { border-color: rgb(193,93,223); }
td.TdClassName
{
border-color: #C15DDF;
}
.TagClassName
{
border-color: #C15DDF;
}
</style>