#C18FB4

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

Shades of Lily #C18FB4

Tints of Lily #C18FB4

Color information

#C18FB4 (or 0xC18FB4) is unknown color: approx Lily. HEX triplet: C1, 8F and B4. RGB value is (193,143,180). Sum of RGB (Red+Green+Blue) = 193+143+180=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB4 is #3E704B. Grayscale: #A2A2A2. Windows color (decimal): -4091980 or 11833281. OLE color: 11833281.

HSL color Cylindrical-coordinate representation of color #C18FB4: hue angle of 315.6º 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 #C18FB4 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193143180-
CMYK00.260.070.24
HSL315.6º28.74%65.88%-
HSV(B)315.6º25.91%75.69%-
XYZ40.0534.2847.69-
YUV162.17138.06149.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=37.40%
G=27.71%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314318000.260.070.24315.628.7465.88
HexC18FB401A71813c1d42
Octal30121726403273047435102
Binary11000001100011111011010001101011111000100111100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FB4; }

 p { color: rgb(193,143,180); }

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

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

 a { background-color: rgb(193,143,180); }

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

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

 span { border-color: rgb(193,143,180); }

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