#C38DCB

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

Shades of Lilac #C38DCB

Tints of Lilac #C38DCB

Color information

#C38DCB (or 0xC38DCB) is unknown color: approx Lilac. HEX triplet: C3, 8D and CB. RGB value is (195,141,203). Sum of RGB (Red+Green+Blue) = 195+141+203=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #C38DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DCB is #3C7234. Grayscale: #A4A4A4. Windows color (decimal): -3961397 or 13340099. OLE color: 13340099.

HSL color Cylindrical-coordinate representation of color #C38DCB: hue angle of 292.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38DCB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195141203-
CMYK0.040.3100.20
HSL292.26º37.35%67.45%-
HSV(B)292.26º30.54%79.61%-
XYZ42.8134.9660.99-
YUV164.21149.89149.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.18%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=36.18%
G=26.16%
B=37.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951412030.040.3100.20292.2637.3567.45
HexC38DCB41F0141242543
Octal30321531343702444445103
Binary110000111000110111001011100111110101001001001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DCB; }

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

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

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

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

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

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

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

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