#C38FBD

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

Shades of Lilac #C38FBD

Tints of Lilac #C38FBD

Color information

#C38FBD (or 0xC38FBD) is unknown color: approx Lilac. HEX triplet: C3, 8F and BD. RGB value is (195,143,189). Sum of RGB (Red+Green+Blue) = 195+143+189=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FBD is #3C7042. Grayscale: #A3A3A3. Windows color (decimal): -3960899 or 12423107. OLE color: 12423107.

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

Color convert

RGB195143189-
CMYK00.270.030.24
HSL306.92º30.23%66.27%-
HSV(B)306.92º26.67%76.47%-
XYZ41.5134.9252.7-
YUV163.79142.23150.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=37.00%
G=27.13%
B=35.86%

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
Decimal19514318900.270.030.24306.9230.2366.27
HexC38FBD01B3181331e42
Octal30321727503333046336102
Binary1100001110001111101111010110111111000100110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FBD; }

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

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

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

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

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

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

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

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