#C38BB4

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

Shades of Lily #C38BB4

Tints of Lily #C38BB4

Color information

#C38BB4 (or 0xC38BB4) is unknown color: approx Lily. HEX triplet: C3, 8B and B4. RGB value is (195,139,180). Sum of RGB (Red+Green+Blue) = 195+139+180=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BB4 is #3C744B. Grayscale: #A0A0A0. Windows color (decimal): -3961932 or 11832259. OLE color: 11832259.

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

Color convert

RGB195139180-
CMYK00.290.080.24
HSL316.07º31.82%65.49%-
HSV(B)316.07º28.72%76.47%-
XYZ39.9833.3647.51-
YUV160.42139.05152.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=37.94%
G=27.04%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513918000.290.080.24316.0731.8265.49
HexC38BB401D81813c2041
Octal303213264035103047440101
Binary1100001110001011101101000111011000110001001111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BB4; }

 p { color: rgb(195,139,180); }

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

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

 a { background-color: rgb(195,139,180); }

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

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

 span { border-color: rgb(195,139,180); }

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