#C38EBE

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

Shades of Lilac #C38EBE

Tints of Lilac #C38EBE

Color information

#C38EBE (or 0xC38EBE) is unknown color: approx Lilac. HEX triplet: C3, 8E and BE. RGB value is (195,142,190). Sum of RGB (Red+Green+Blue) = 195+142+190=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EBE is #3C7141. Grayscale: #A3A3A3. Windows color (decimal): -3961154 or 12488387. OLE color: 12488387.

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

Color convert

RGB195142190-
CMYK00.270.030.24
HSL305.66º30.64%66.08%-
HSV(B)305.66º27.18%76.47%-
XYZ41.4734.6753.22-
YUV163.32143.06150.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=37.00%
G=26.94%
B=36.05%

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
Decimal19514219000.270.030.24305.6630.6466.08
HexC38EBE01B3181321f42
Octal30321627603333046237102
Binary1100001110001110101111100110111111000100110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EBE; }

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

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

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

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

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

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

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

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