Shades of Medium Orchid #C15DCC
Tints of Medium Orchid #C15DCC
RGB
CMYK
RGB Variations
Color information
#C15DCC (or 0xC15DCC) is known color: Medium Orchid. HEX triplet: C1, 5D and CC. RGB value is (193,93,204). Sum of RGB (Red+Green+Blue) = 193+93+204=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #C15DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCC is #3EA233. Grayscale: #878787. Windows color (decimal): -4104756 or 13393345. OLE color: 13393345.
HSL color Cylindrical-coordinate representation of color #C15DCC: hue angle of 294.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15DCC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 93 | 204 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.2 |
| HSL | 294.05º | 0.52% | 0.58% | - |
| HSV(B) | 294.05º | 0.54% | 0.8% | - |
| XYZ | 36.81 | 23.53 | 59.73 | - |
| YUV | 135.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 204 | 0.05 | 0.54 | 0 | 0.2 | 294.05 | 0.52 | 0.58 |
| Hex | C1 | 5D | CC | 5 | 36 | 0 | 14 | 126 | 34 | 3A |
| Octal | 301 | 135 | 314 | 5 | 66 | 0 | 24 | 446 | 64 | 72 |
| Binary | 11000001 | 1011101 | 11001100 | 101 | 110110 | 0 | 10100 | 100100110 | 110100 | 111010 |
Color Harmonies of #C15DCC
Complementary color
Monochromatic Colors of #C15DCC
Black with #C15DCC
Text Example
Text Example
White with #C15DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DCC; }
p { color: rgb(193,93,204); }
H1.HeaderClassName
{
color: #C15DCC;
}
.AnyTagClassName
{
color: #C15DCC;
}
</style>
background-color css
<style>
a { background-color: #C15DCC; }
a { background-color: rgb(193,93,204); }
div.DivClassName
{
background-color: #C15DCC;
}
.BgClassName
{
background-color: #C15DCC;
}
</style>
border-color css
<style>
span { border-color: #C15DCC; }
span { border-color: rgb(193,93,204); }
td.TdClassName
{
border-color: #C15DCC;
}
.TagClassName
{
border-color: #C15DCC;
}
</style>