Shades of Medium Orchid #C15FD6
Tints of Medium Orchid #C15FD6
RGB
CMYK
RGB Variations
Color information
#C15FD6 (or 0xC15FD6) is known color: Medium Orchid. HEX triplet: C1, 5F and D6. RGB value is (193,95,214). Sum of RGB (Red+Green+Blue) = 193+95+214=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #C15FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FD6 is #3EA029. Grayscale: #898989. Windows color (decimal): -4104234 or 14049217. OLE color: 14049217.
HSL color Cylindrical-coordinate representation of color #C15FD6: hue angle of 289.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15FD6 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 95 | 214 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.16 |
| HSL | 289.41º | 0.59% | 0.61% | - |
| HSV(B) | 289.41º | 0.56% | 0.84% | - |
| XYZ | 38.22 | 24.38 | 66.31 | - |
| YUV | 137.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 214 | 0.10 | 0.56 | 0 | 0.16 | 289.41 | 0.59 | 0.61 |
| Hex | C1 | 5F | D6 | A | 38 | 0 | 10 | 121 | 3B | 3D |
| Octal | 301 | 137 | 326 | 12 | 70 | 0 | 20 | 441 | 73 | 75 |
| Binary | 11000001 | 1011111 | 11010110 | 1010 | 111000 | 0 | 10000 | 100100001 | 111011 | 111101 |
Color Harmonies of #C15FD6
Complementary color
Monochromatic Colors of #C15FD6
Black with #C15FD6
Text Example
Text Example
White with #C15FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FD6; }
p { color: rgb(193,95,214); }
H1.HeaderClassName
{
color: #C15FD6;
}
.AnyTagClassName
{
color: #C15FD6;
}
</style>
background-color css
<style>
a { background-color: #C15FD6; }
a { background-color: rgb(193,95,214); }
div.DivClassName
{
background-color: #C15FD6;
}
.BgClassName
{
background-color: #C15FD6;
}
</style>
border-color css
<style>
span { border-color: #C15FD6; }
span { border-color: rgb(193,95,214); }
td.TdClassName
{
border-color: #C15FD6;
}
.TagClassName
{
border-color: #C15FD6;
}
</style>