#C177E2

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

Shades of Medium Orchid #C177E2

Tints of Medium Orchid #C177E2

Color information

#C177E2 (or 0xC177E2) is unknown color: approx Medium Orchid. HEX triplet: C1, 77 and E2. RGB value is (193,119,226). Sum of RGB (Red+Green+Blue) = 193+119+226=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #C177E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177E2 is #3E881D. Grayscale: #989898. Windows color (decimal): -4098078 or 14841793. OLE color: 14841793.

HSL color Cylindrical-coordinate representation of color #C177E2: hue angle of 281.5º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C177E2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB193119226-
CMYK0.150.4700.11
HSL281.5º64.85%67.65%-
HSV(B)281.5º47.35%88.63%-
XYZ42.3230.0275.52-
YUV153.32169.02156.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 226 (88.67% from 255) = 42.01%
R=35.87%
G=22.12%
B=42.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931192260.150.4700.11281.564.8567.65
HexC177E2F2F0B1194144
Octal3011673421757013431101104
Binary1100000111101111110001011111011110101110001100110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177E2; }

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

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

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

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

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

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

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

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