Shades of Medium Orchid #C151D7
Tints of Medium Orchid #C151D7
RGB
CMYK
RGB Variations
Color information
#C151D7 (or 0xC151D7) is known color: Medium Orchid. HEX triplet: C1, 51 and D7. RGB value is (193,81,215). Sum of RGB (Red+Green+Blue) = 193+81+215=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #C151D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151D7 is #3EAE28. Grayscale: #818181. Windows color (decimal): -4107817 or 14111169. OLE color: 14111169.
HSL color Cylindrical-coordinate representation of color #C151D7: hue angle of 290.15º degrees, saturation: 0.63, 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 #C151D7 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 81 | 215 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.16 |
| HSL | 290.15º | 0.63% | 0.58% | - |
| HSV(B) | 290.15º | 0.62% | 0.84% | - |
| XYZ | 37.2 | 22.13 | 66.6 | - |
| YUV | 129.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 215 | 0.10 | 0.62 | 0 | 0.16 | 290.15 | 0.63 | 0.58 |
| Hex | C1 | 51 | D7 | A | 3E | 0 | 10 | 122 | 3F | 3A |
| Octal | 301 | 121 | 327 | 12 | 76 | 0 | 20 | 442 | 77 | 72 |
| Binary | 11000001 | 1010001 | 11010111 | 1010 | 111110 | 0 | 10000 | 100100010 | 111111 | 111010 |
Color Harmonies of #C151D7
Complementary color
Monochromatic Colors of #C151D7
Black with #C151D7
Text Example
Text Example
White with #C151D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151D7; }
p { color: rgb(193,81,215); }
H1.HeaderClassName
{
color: #C151D7;
}
.AnyTagClassName
{
color: #C151D7;
}
</style>
background-color css
<style>
a { background-color: #C151D7; }
a { background-color: rgb(193,81,215); }
div.DivClassName
{
background-color: #C151D7;
}
.BgClassName
{
background-color: #C151D7;
}
</style>
border-color css
<style>
span { border-color: #C151D7; }
span { border-color: rgb(193,81,215); }
td.TdClassName
{
border-color: #C151D7;
}
.TagClassName
{
border-color: #C151D7;
}
</style>