Shades of Medium Orchid #C15FD0
Tints of Medium Orchid #C15FD0
RGB
CMYK
RGB Variations
Color information
#C15FD0 (or 0xC15FD0) is known color: Medium Orchid. HEX triplet: C1, 5F and D0. RGB value is (193,95,208). Sum of RGB (Red+Green+Blue) = 193+95+208=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #C15FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FD0 is #3EA02F. Grayscale: #888888. Windows color (decimal): -4104240 or 13656001. OLE color: 13656001.
HSL color Cylindrical-coordinate representation of color #C15FD0: hue angle of 292.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15FD0 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 95 | 208 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.18 |
| HSL | 292.04º | 0.55% | 0.59% | - |
| HSV(B) | 292.04º | 0.54% | 0.82% | - |
| XYZ | 37.47 | 24.08 | 62.35 | - |
| YUV | 137.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 208 | 0.07 | 0.54 | 0 | 0.18 | 292.04 | 0.55 | 0.59 |
| Hex | C1 | 5F | D0 | 7 | 36 | 0 | 12 | 124 | 37 | 3B |
| Octal | 301 | 137 | 320 | 7 | 66 | 0 | 22 | 444 | 67 | 73 |
| Binary | 11000001 | 1011111 | 11010000 | 111 | 110110 | 0 | 10010 | 100100100 | 110111 | 111011 |
Color Harmonies of #C15FD0
Complementary color
Monochromatic Colors of #C15FD0
Black with #C15FD0
Text Example
Text Example
White with #C15FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FD0; }
p { color: rgb(193,95,208); }
H1.HeaderClassName
{
color: #C15FD0;
}
.AnyTagClassName
{
color: #C15FD0;
}
</style>
background-color css
<style>
a { background-color: #C15FD0; }
a { background-color: rgb(193,95,208); }
div.DivClassName
{
background-color: #C15FD0;
}
.BgClassName
{
background-color: #C15FD0;
}
</style>
border-color css
<style>
span { border-color: #C15FD0; }
span { border-color: rgb(193,95,208); }
td.TdClassName
{
border-color: #C15FD0;
}
.TagClassName
{
border-color: #C15FD0;
}
</style>