#C38DAF

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

Shades of Lily #C38DAF

Tints of Lily #C38DAF

Color information

#C38DAF (or 0xC38DAF) is unknown color: approx Lily. HEX triplet: C3, 8D and AF. RGB value is (195,141,175). Sum of RGB (Red+Green+Blue) = 195+141+175=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAF is #3C7250. Grayscale: #A0A0A0. Windows color (decimal): -3961425 or 11505091. OLE color: 11505091.

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

Color convert

RGB195141175-
CMYK00.280.100.24
HSL322.22º31.03%65.88%-
HSV(B)322.22º27.69%76.47%-
XYZ39.7733.7544.98-
YUV161.02135.89152.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=38.16%
G=27.59%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514117500.280.100.24322.2231.0365.88
HexC38DAF01CA181421f42
Octal303215257034123050237102
Binary110000111000110110101111011100101011000101000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DAF; }

 p { color: rgb(195,141,175); }

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

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

 a { background-color: rgb(195,141,175); }

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

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

 span { border-color: rgb(195,141,175); }

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