#C38ABF

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

Shades of Lilac #C38ABF

Tints of Lilac #C38ABF

Color information

#C38ABF (or 0xC38ABF) is unknown color: approx Lilac. HEX triplet: C3, 8A and BF. RGB value is (195,138,191). Sum of RGB (Red+Green+Blue) = 195+138+191=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABF is #3C7540. Grayscale: #A0A0A0. Windows color (decimal): -3962177 or 12552899. OLE color: 12552899.

HSL color Cylindrical-coordinate representation of color #C38ABF: hue angle of 304.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38ABF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195138191-
CMYK00.290.020.24
HSL304.21º32.2%65.29%-
HSV(B)304.21º29.23%76.47%-
XYZ4133.5453.6-
YUV161.08144.88152.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 191 (75% from 255) = 36.45%
R=37.21%
G=26.34%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513819100.290.020.24304.2132.265.29
HexC38ABF01D2181302041
Octal30321227703523046040101
Binary11000011100010101011111101110110110001001100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ABF; }

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

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

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

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

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

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

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

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