#C38EB4

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

Shades of Lily #C38EB4

Tints of Lily #C38EB4

Color information

#C38EB4 (or 0xC38EB4) is unknown color: approx Lily. HEX triplet: C3, 8E and B4. RGB value is (195,142,180). Sum of RGB (Red+Green+Blue) = 195+142+180=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EB4 is #3C714B. Grayscale: #A2A2A2. Windows color (decimal): -3961164 or 11833027. OLE color: 11833027.

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

Color convert

RGB195142180-
CMYK00.270.080.24
HSL316.98º30.64%66.08%-
HSV(B)316.98º27.18%76.47%-
XYZ40.4234.2447.66-
YUV162.18138.06151.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=37.72%
G=27.47%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514218000.270.080.24316.9830.6466.08
HexC38EB401B81813d1f42
Octal303216264033103047537102
Binary110000111000111010110100011011100011000100111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EB4; }

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

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

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

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

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

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

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

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