#C38DBF

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

Shades of Lilac #C38DBF

Tints of Lilac #C38DBF

Color information

#C38DBF (or 0xC38DBF) is unknown color: approx Lilac. HEX triplet: C3, 8D and BF. RGB value is (195,141,191). Sum of RGB (Red+Green+Blue) = 195+141+191=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBF is #3C7240. Grayscale: #A2A2A2. Windows color (decimal): -3961409 or 12553667. OLE color: 12553667.

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

Color convert

RGB195141191-
CMYK00.280.020.24
HSL304.44º31.03%65.88%-
HSV(B)304.44º27.69%76.47%-
XYZ41.4334.4153.75-
YUV162.85143.89150.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 191 (75% from 255) = 36.24%
R=37.00%
G=26.76%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514119100.280.020.24304.4431.0365.88
HexC38DBF01C2181301f42
Octal30321527703423046037102
Binary1100001110001101101111110111001011000100110000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DBF; }

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

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

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

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

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

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

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

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