Shades of Medium Orchid #C15FCD
Tints of Medium Orchid #C15FCD
RGB
CMYK
RGB Variations
Color information
#C15FCD (or 0xC15FCD) is known color: Medium Orchid. HEX triplet: C1, 5F and CD. RGB value is (193,95,205). Sum of RGB (Red+Green+Blue) = 193+95+205=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C15FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FCD is #3EA032. Grayscale: #888888. Windows color (decimal): -4104243 or 13459393. OLE color: 13459393.
HSL color Cylindrical-coordinate representation of color #C15FCD: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15FCD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 95 | 205 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.20 |
| HSL | 293.45º | 0.52% | 0.59% | - |
| HSV(B) | 293.45º | 0.54% | 0.8% | - |
| XYZ | 37.1 | 23.93 | 60.42 | - |
| YUV | 136.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 205 | 0.06 | 0.54 | 0 | 0.20 | 293.45 | 0.52 | 0.59 |
| Hex | C1 | 5F | CD | 6 | 36 | 0 | 14 | 125 | 34 | 3B |
| Octal | 301 | 137 | 315 | 6 | 66 | 0 | 24 | 445 | 64 | 73 |
| Binary | 11000001 | 1011111 | 11001101 | 110 | 110110 | 0 | 10100 | 100100101 | 110100 | 111011 |
Color Harmonies of #C15FCD
Complementary color
Monochromatic Colors of #C15FCD
Black with #C15FCD
Text Example
Text Example
White with #C15FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FCD; }
p { color: rgb(193,95,205); }
H1.HeaderClassName
{
color: #C15FCD;
}
.AnyTagClassName
{
color: #C15FCD;
}
</style>
background-color css
<style>
a { background-color: #C15FCD; }
a { background-color: rgb(193,95,205); }
div.DivClassName
{
background-color: #C15FCD;
}
.BgClassName
{
background-color: #C15FCD;
}
</style>
border-color css
<style>
span { border-color: #C15FCD; }
span { border-color: rgb(193,95,205); }
td.TdClassName
{
border-color: #C15FCD;
}
.TagClassName
{
border-color: #C15FCD;
}
</style>