#C47FAF

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

Shades of Lily #C47FAF

Tints of Lily #C47FAF

Color information

#C47FAF (or 0xC47FAF) is unknown color: approx Lily. HEX triplet: C4, 7F and AF. RGB value is (196,127,175). Sum of RGB (Red+Green+Blue) = 196+127+175=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAF is #3B8050. Grayscale: #989898. Windows color (decimal): -3899473 or 11501508. OLE color: 11501508.

HSL color Cylindrical-coordinate representation of color #C47FAF: hue angle of 318.26º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FAF is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196127175-
CMYK00.350.110.23
HSL318.26º36.9%63.33%-
HSV(B)318.26º35.2%76.86%-
XYZ38.0930.0144.34-
YUV153.1140.36158.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=39.36%
G=25.50%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612717500.350.110.23318.2636.963.33
HexC47FAF023B1713e253f
Octal30417725704313274764577
Binary110001001111111101011110100011101110111100111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FAF; }

 p { color: rgb(196,127,175); }

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

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

 a { background-color: rgb(196,127,175); }

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

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

 span { border-color: rgb(196,127,175); }

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