Shades of Medium Orchid #C151D9
Tints of Medium Orchid #C151D9
RGB
CMYK
RGB Variations
Color information
#C151D9 (or 0xC151D9) is known color: Medium Orchid. HEX triplet: C1, 51 and D9. RGB value is (193,81,217). Sum of RGB (Red+Green+Blue) = 193+81+217=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #C151D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151D9 is #3EAE26. Grayscale: #818181. Windows color (decimal): -4107815 or 14242241. OLE color: 14242241.
HSL color Cylindrical-coordinate representation of color #C151D9: hue angle of 289.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C151D9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 81 | 217 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.15 |
| HSL | 289.41º | 0.64% | 0.58% | - |
| HSV(B) | 289.41º | 0.63% | 0.85% | - |
| XYZ | 37.46 | 22.23 | 67.96 | - |
| YUV | 129.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 217 | 0.11 | 0.63 | 0 | 0.15 | 289.41 | 0.64 | 0.58 |
| Hex | C1 | 51 | D9 | B | 3F | 0 | F | 121 | 40 | 3A |
| Octal | 301 | 121 | 331 | 13 | 77 | 0 | 17 | 441 | 100 | 72 |
| Binary | 11000001 | 1010001 | 11011001 | 1011 | 111111 | 0 | 1111 | 100100001 | 1000000 | 111010 |
Color Harmonies of #C151D9
Complementary color
Monochromatic Colors of #C151D9
Black with #C151D9
Text Example
Text Example
White with #C151D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151D9; }
p { color: rgb(193,81,217); }
H1.HeaderClassName
{
color: #C151D9;
}
.AnyTagClassName
{
color: #C151D9;
}
</style>
background-color css
<style>
a { background-color: #C151D9; }
a { background-color: rgb(193,81,217); }
div.DivClassName
{
background-color: #C151D9;
}
.BgClassName
{
background-color: #C151D9;
}
</style>
border-color css
<style>
span { border-color: #C151D9; }
span { border-color: rgb(193,81,217); }
td.TdClassName
{
border-color: #C151D9;
}
.TagClassName
{
border-color: #C151D9;
}
</style>