Shades of Medium Orchid #C151D6
Tints of Medium Orchid #C151D6
RGB
CMYK
RGB Variations
Color information
#C151D6 (or 0xC151D6) is known color: Medium Orchid. HEX triplet: C1, 51 and D6. RGB value is (193,81,214). Sum of RGB (Red+Green+Blue) = 193+81+214=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #C151D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151D6 is #3EAE29. Grayscale: #818181. Windows color (decimal): -4107818 or 14045633. OLE color: 14045633.
HSL color Cylindrical-coordinate representation of color #C151D6: hue angle of 290.53º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C151D6 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 81 | 214 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.16 |
| HSL | 290.53º | 0.62% | 0.58% | - |
| HSV(B) | 290.53º | 0.62% | 0.84% | - |
| XYZ | 37.07 | 22.08 | 65.93 | - |
| YUV | 129.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 214 | 0.10 | 0.62 | 0 | 0.16 | 290.53 | 0.62 | 0.58 |
| Hex | C1 | 51 | D6 | A | 3E | 0 | 10 | 123 | 3E | 3A |
| Octal | 301 | 121 | 326 | 12 | 76 | 0 | 20 | 443 | 76 | 72 |
| Binary | 11000001 | 1010001 | 11010110 | 1010 | 111110 | 0 | 10000 | 100100011 | 111110 | 111010 |
Color Harmonies of #C151D6
Complementary color
Monochromatic Colors of #C151D6
Black with #C151D6
Text Example
Text Example
White with #C151D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151D6; }
p { color: rgb(193,81,214); }
H1.HeaderClassName
{
color: #C151D6;
}
.AnyTagClassName
{
color: #C151D6;
}
</style>
background-color css
<style>
a { background-color: #C151D6; }
a { background-color: rgb(193,81,214); }
div.DivClassName
{
background-color: #C151D6;
}
.BgClassName
{
background-color: #C151D6;
}
</style>
border-color css
<style>
span { border-color: #C151D6; }
span { border-color: rgb(193,81,214); }
td.TdClassName
{
border-color: #C151D6;
}
.TagClassName
{
border-color: #C151D6;
}
</style>