Shades of Medium Orchid #C154D1
Tints of Medium Orchid #C154D1
RGB
CMYK
RGB Variations
Color information
#C154D1 (or 0xC154D1) is known color: Medium Orchid. HEX triplet: C1, 54 and D1. RGB value is (193,84,209). Sum of RGB (Red+Green+Blue) = 193+84+209=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #C154D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154D1 is #3EAB2E. Grayscale: #828282. Windows color (decimal): -4107055 or 13718721. OLE color: 13718721.
HSL color Cylindrical-coordinate representation of color #C154D1: hue angle of 292.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C154D1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 84 | 209 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.18 |
| HSL | 292.32º | 0.58% | 0.57% | - |
| HSV(B) | 292.32º | 0.6% | 0.82% | - |
| XYZ | 36.67 | 22.28 | 62.69 | - |
| YUV | 130.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 209 | 0.08 | 0.60 | 0 | 0.18 | 292.32 | 0.58 | 0.57 |
| Hex | C1 | 54 | D1 | 8 | 3C | 0 | 12 | 124 | 3A | 39 |
| Octal | 301 | 124 | 321 | 10 | 74 | 0 | 22 | 444 | 72 | 71 |
| Binary | 11000001 | 1010100 | 11010001 | 1000 | 111100 | 0 | 10010 | 100100100 | 111010 | 111001 |
Color Harmonies of #C154D1
Complementary color
Monochromatic Colors of #C154D1
Black with #C154D1
Text Example
Text Example
White with #C154D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154D1; }
p { color: rgb(193,84,209); }
H1.HeaderClassName
{
color: #C154D1;
}
.AnyTagClassName
{
color: #C154D1;
}
</style>
background-color css
<style>
a { background-color: #C154D1; }
a { background-color: rgb(193,84,209); }
div.DivClassName
{
background-color: #C154D1;
}
.BgClassName
{
background-color: #C154D1;
}
</style>
border-color css
<style>
span { border-color: #C154D1; }
span { border-color: rgb(193,84,209); }
td.TdClassName
{
border-color: #C154D1;
}
.TagClassName
{
border-color: #C154D1;
}
</style>