#C38DBC

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

Shades of Lilac #C38DBC

Tints of Lilac #C38DBC

Color information

#C38DBC (or 0xC38DBC) is unknown color: approx Lilac. HEX triplet: C3, 8D and BC. RGB value is (195,141,188). Sum of RGB (Red+Green+Blue) = 195+141+188=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBC is #3C7243. Grayscale: #A2A2A2. Windows color (decimal): -3961412 or 12357059. OLE color: 12357059.

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

Color convert

RGB195141188-
CMYK00.280.040.24
HSL307.78º31.03%65.88%-
HSV(B)307.78º27.69%76.47%-
XYZ41.1134.2852.03-
YUV162.5142.39151.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=37.21%
G=26.91%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514118800.280.040.24307.7831.0365.88
HexC38DBC01C4181341f42
Octal30321527403443046437102
Binary11000011100011011011110001110010011000100110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DBC; }

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

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

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

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

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

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

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

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