#C38AC9

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

Shades of Lilac #C38AC9

Tints of Lilac #C38AC9

Color information

#C38AC9 (or 0xC38AC9) is unknown color: approx Lilac. HEX triplet: C3, 8A and C9. RGB value is (195,138,201). Sum of RGB (Red+Green+Blue) = 195+138+201=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #C38AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC9 is #3C7536. Grayscale: #A2A2A2. Windows color (decimal): -3962167 or 13208259. OLE color: 13208259.

HSL color Cylindrical-coordinate representation of color #C38AC9: hue angle of 294.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38AC9 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195138201-
CMYK0.030.3100.21
HSL294.29º36.84%66.47%-
HSV(B)294.29º31.34%78.82%-
XYZ42.143459.6-
YUV162.23149.88151.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=36.52%
G=25.84%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951382010.030.3100.21294.2936.8466.47
HexC38AC931F0151262542
Octal30321231133702544645102
Binary11000011100010101100100111111110101011001001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AC9; }

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

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

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

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

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

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

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

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