#C176DE

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

Shades of Medium Orchid #C176DE

Tints of Medium Orchid #C176DE

Color information

#C176DE (or 0xC176DE) is unknown color: approx Medium Orchid. HEX triplet: C1, 76 and DE. RGB value is (193,118,222). Sum of RGB (Red+Green+Blue) = 193+118+222=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #C176DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176DE is #3E8921. Grayscale: #979797. Windows color (decimal): -4098338 or 14579393. OLE color: 14579393.

HSL color Cylindrical-coordinate representation of color #C176DE: hue angle of 283.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C176DE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193118222-
CMYK0.130.4700.13
HSL283.27º61.18%66.67%-
HSV(B)283.27º46.85%87.06%-
XYZ41.6629.5772.62-
YUV152.28167.35157.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=36.21%
G=22.14%
B=41.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931182220.130.4700.13283.2761.1866.67
HexC176DED2F0D11b3d43
Octal301166336155701543375103
Binary110000011110110110111101101101111011011000110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176DE; }

 p { color: rgb(193,118,222); }

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

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

 a { background-color: rgb(193,118,222); }

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

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

 span { border-color: rgb(193,118,222); }

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