#C177DE

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

Shades of Medium Orchid #C177DE

Tints of Medium Orchid #C177DE

Color information

#C177DE (or 0xC177DE) is unknown color: approx Medium Orchid. HEX triplet: C1, 77 and DE. RGB value is (193,119,222). Sum of RGB (Red+Green+Blue) = 193+119+222=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C177DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177DE is #3E8821. Grayscale: #989898. Windows color (decimal): -4098082 or 14579649. OLE color: 14579649.

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

Color convert

RGB193119222-
CMYK0.130.4600.13
HSL283.11º60.95%66.86%-
HSV(B)283.11º46.4%87.06%-
XYZ41.7729.8172.66-
YUV152.87167.02156.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=36.14%
G=22.28%
B=41.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931192220.130.4600.13283.1160.9566.86
HexC177DED2E0D11b3d43
Octal301167336155601543375103
Binary110000011110111110111101101101110011011000110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177DE; }

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

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

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

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

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

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

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

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