Shades of Medium Orchid #C15CD7
Tints of Medium Orchid #C15CD7
RGB
CMYK
RGB Variations
Color information
#C15CD7 (or 0xC15CD7) is known color: Medium Orchid. HEX triplet: C1, 5C and D7. RGB value is (193,92,215). Sum of RGB (Red+Green+Blue) = 193+92+215=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C15CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CD7 is #3EA328. Grayscale: #878787. Windows color (decimal): -4105001 or 14113985. OLE color: 14113985.
HSL color Cylindrical-coordinate representation of color #C15CD7: hue angle of 289.27º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15CD7 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 92 | 215 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.16 |
| HSL | 289.27º | 0.61% | 0.6% | - |
| HSV(B) | 289.27º | 0.57% | 0.84% | - |
| XYZ | 38.09 | 23.9 | 66.9 | - |
| YUV | 136.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 215 | 0.10 | 0.57 | 0 | 0.16 | 289.27 | 0.61 | 0.6 |
| Hex | C1 | 5C | D7 | A | 39 | 0 | 10 | 121 | 3D | 3C |
| Octal | 301 | 134 | 327 | 12 | 71 | 0 | 20 | 441 | 75 | 74 |
| Binary | 11000001 | 1011100 | 11010111 | 1010 | 111001 | 0 | 10000 | 100100001 | 111101 | 111100 |
Color Harmonies of #C15CD7
Complementary color
Monochromatic Colors of #C15CD7
Black with #C15CD7
Text Example
Text Example
White with #C15CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15CD7; }
p { color: rgb(193,92,215); }
H1.HeaderClassName
{
color: #C15CD7;
}
.AnyTagClassName
{
color: #C15CD7;
}
</style>
background-color css
<style>
a { background-color: #C15CD7; }
a { background-color: rgb(193,92,215); }
div.DivClassName
{
background-color: #C15CD7;
}
.BgClassName
{
background-color: #C15CD7;
}
</style>
border-color css
<style>
span { border-color: #C15CD7; }
span { border-color: rgb(193,92,215); }
td.TdClassName
{
border-color: #C15CD7;
}
.TagClassName
{
border-color: #C15CD7;
}
</style>