#c176d7

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

Shades of Medium Orchid #C176D7

Tints of Medium Orchid #C176D7

Color information

#C176D7 (or 0xC176D7) is unknown color: approx Medium Orchid. HEX triplet: C1, 76 and D7. RGB value is (193,118,215). Sum of RGB (Red+Green+Blue) = 193+118+215=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #C176D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176D7 is #3E8928. Grayscale: #979797. Windows color (decimal): -4098345 or 14120641. OLE color: 14120641.

HSL color Cylindrical-coordinate representation of color #C176D7: hue angle of 286.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C176D7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193118215-
CMYK0.100.4500.16
HSL286.39º54.8%65.29%-
HSV(B)286.39º45.12%84.31%-
XYZ40.7429.267.78-
YUV151.48163.85157.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=36.69%
G=22.43%
B=40.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931182150.100.4500.16286.3954.865.29
HexC176D7A2D01011e3741
Octal301166327125502043667101
Binary1100000111101101101011110101011010100001000111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c176d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c176d7; }

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

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

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

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

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

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

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

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