Shades of Medium Orchid #C15FDF
Tints of Medium Orchid #C15FDF
RGB
CMYK
RGB Variations
Color information
#C15FDF (or 0xC15FDF) is known color: Medium Orchid. HEX triplet: C1, 5F and DF. RGB value is (193,95,223). Sum of RGB (Red+Green+Blue) = 193+95+223=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #C15FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDF is #3EA020. Grayscale: #8A8A8A. Windows color (decimal): -4104225 or 14639041. OLE color: 14639041.
HSL color Cylindrical-coordinate representation of color #C15FDF: hue angle of 285.94º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15FDF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 95 | 223 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.13 |
| HSL | 285.94º | 0.67% | 0.62% | - |
| HSV(B) | 285.94º | 0.57% | 0.87% | - |
| XYZ | 39.4 | 24.85 | 72.53 | - |
| YUV | 138.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 223 | 0.13 | 0.57 | 0 | 0.13 | 285.94 | 0.67 | 0.62 |
| Hex | C1 | 5F | DF | D | 39 | 0 | D | 11E | 43 | 3E |
| Octal | 301 | 137 | 337 | 15 | 71 | 0 | 15 | 436 | 103 | 76 |
| Binary | 11000001 | 1011111 | 11011111 | 1101 | 111001 | 0 | 1101 | 100011110 | 1000011 | 111110 |
Color Harmonies of #C15FDF
Complementary color
Monochromatic Colors of #C15FDF
Black with #C15FDF
Text Example
Text Example
White with #C15FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FDF; }
p { color: rgb(193,95,223); }
H1.HeaderClassName
{
color: #C15FDF;
}
.AnyTagClassName
{
color: #C15FDF;
}
</style>
background-color css
<style>
a { background-color: #C15FDF; }
a { background-color: rgb(193,95,223); }
div.DivClassName
{
background-color: #C15FDF;
}
.BgClassName
{
background-color: #C15FDF;
}
</style>
border-color css
<style>
span { border-color: #C15FDF; }
span { border-color: rgb(193,95,223); }
td.TdClassName
{
border-color: #C15FDF;
}
.TagClassName
{
border-color: #C15FDF;
}
</style>