#C18EB5

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

Shades of Lily #C18EB5

Tints of Lily #C18EB5

Color information

#C18EB5 (or 0xC18EB5) is unknown color: approx Lily. HEX triplet: C1, 8E and B5. RGB value is (193,142,181). Sum of RGB (Red+Green+Blue) = 193+142+181=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EB5 is #3E714A. Grayscale: #A1A1A1. Windows color (decimal): -4092235 or 11898561. OLE color: 11898561.

HSL color Cylindrical-coordinate representation of color #C18EB5: hue angle of 314.12º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EB5 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB193142181-
CMYK00.260.060.24
HSL314.12º29.14%65.69%-
HSV(B)314.12º26.42%75.69%-
XYZ40.0134.0248.17-
YUV161.7138.9150.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=37.40%
G=27.52%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314218100.260.060.24314.1229.1465.69
HexC18EB501A61813a1d42
Octal30121626503263047235102
Binary11000001100011101011010101101011011000100111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EB5; }

 p { color: rgb(193,142,181); }

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

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

 a { background-color: rgb(193,142,181); }

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

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

 span { border-color: rgb(193,142,181); }

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