#C38EBD

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

Shades of Lilac #C38EBD

Tints of Lilac #C38EBD

Color information

#C38EBD (or 0xC38EBD) is unknown color: approx Lilac. HEX triplet: C3, 8E and BD. RGB value is (195,142,189). Sum of RGB (Red+Green+Blue) = 195+142+189=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EBD is #3C7142. Grayscale: #A3A3A3. Windows color (decimal): -3961155 or 12422851. OLE color: 12422851.

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

Color convert

RGB195142189-
CMYK00.270.030.24
HSL306.79º30.64%66.08%-
HSV(B)306.79º27.18%76.47%-
XYZ41.3634.6252.65-
YUV163.2142.56150.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=37.07%
G=27.00%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514218900.270.030.24306.7930.6466.08
HexC38EBD01B3181331f42
Octal30321627503333046337102
Binary1100001110001110101111010110111111000100110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EBD; }

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

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

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

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

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

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

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

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