#C171D1

Color #C171D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C171D1

Tints of Medium Orchid #C171D1

Color information

#C171D1 (or 0xC171D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 71 and D1. RGB value is (193,113,209). Sum of RGB (Red+Green+Blue) = 193+113+209=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #C171D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171D1 is #3E8E2E. Grayscale: #939393. Windows color (decimal): -4099631 or 13726145. OLE color: 13726145.

HSL color Cylindrical-coordinate representation of color #C171D1: hue angle of 290º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C171D1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193113209-
CMYK0.080.4600.18
HSL290º51.06%63.14%-
HSV(B)290º45.93%81.96%-
XYZ39.4127.7563.6-
YUV147.86162.5160.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=37.48%
G=21.94%
B=40.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931132090.080.4600.1829051.0663.14
HexC171D182E012122333f
Octal30116132110560224426377
Binary110000011110001110100011000101110010010100100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171D1; }

 p { color: rgb(193,113,209); }

 H1.HeaderClassName
 {
   color: #C171D1;
 }
 .AnyTagClassName
 {
   color: #C171D1;
 }
</style>
background-color css

<style>
 a { background-color: #C171D1; }

 a { background-color: rgb(193,113,209); }

 div.DivClassName
 {
   background-color: #C171D1;
 }
 .BgClassName
 {
   background-color: #C171D1;
 }
</style>
border-color css

<style>
 span { border-color: #C171D1; }

 span { border-color: rgb(193,113,209); }

 td.TdClassName
 {
   border-color: #C171D1;
 }
 .TagClassName
 {
   border-color: #C171D1;
 }
</style>