Shades of Medium Orchid #C15CDF
Tints of Medium Orchid #C15CDF
RGB
CMYK
RGB Variations
Color information
#C15CDF (or 0xC15CDF) is known color: Medium Orchid. HEX triplet: C1, 5C and DF. RGB value is (193,92,223). Sum of RGB (Red+Green+Blue) = 193+92+223=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C15CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CDF is #3EA320. Grayscale: #888888. Windows color (decimal): -4104993 or 14638273. OLE color: 14638273.
HSL color Cylindrical-coordinate representation of color #C15CDF: hue angle of 286.26º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15CDF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 92 | 223 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.13 |
| HSL | 286.26º | 0.67% | 0.62% | - |
| HSV(B) | 286.26º | 0.59% | 0.87% | - |
| XYZ | 39.14 | 24.32 | 72.44 | - |
| YUV | 137.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 223 | 0.13 | 0.59 | 0 | 0.13 | 286.26 | 0.67 | 0.62 |
| Hex | C1 | 5C | DF | D | 3B | 0 | D | 11E | 43 | 3E |
| Octal | 301 | 134 | 337 | 15 | 73 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000001 | 1011100 | 11011111 | 1101 | 111011 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C15CDF
Complementary color
Monochromatic Colors of #C15CDF
Black with #C15CDF
Text Example
Text Example
White with #C15CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CDF; }
p { color: rgb(193,92,223); }
H1.HeaderClassName
{
color: #C15CDF;
}
.AnyTagClassName
{
color: #C15CDF;
}
</style>
background-color css
<style>
a { background-color: #C15CDF; }
a { background-color: rgb(193,92,223); }
div.DivClassName
{
background-color: #C15CDF;
}
.BgClassName
{
background-color: #C15CDF;
}
</style>
border-color css
<style>
span { border-color: #C15CDF; }
span { border-color: rgb(193,92,223); }
td.TdClassName
{
border-color: #C15CDF;
}
.TagClassName
{
border-color: #C15CDF;
}
</style>