#C38DC9

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

Shades of Lilac #C38DC9

Tints of Lilac #C38DC9

Color information

#C38DC9 (or 0xC38DC9) is unknown color: approx Lilac. HEX triplet: C3, 8D and C9. RGB value is (195,141,201). Sum of RGB (Red+Green+Blue) = 195+141+201=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #C38DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC9 is #3C7236. Grayscale: #A3A3A3. Windows color (decimal): -3961399 or 13209027. OLE color: 13209027.

HSL color Cylindrical-coordinate representation of color #C38DC9: hue angle of 294º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38DC9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195141201-
CMYK0.030.3000.21
HSL294º35.71%67.06%-
HSV(B)294º29.85%78.82%-
XYZ42.5734.8759.74-
YUV163.99148.89150.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.31%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=36.31%
G=26.26%
B=37.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951412010.030.3000.2129435.7167.06
HexC38DC931E0151262443
Octal30321531133602544644103
Binary11000011100011011100100111111100101011001001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DC9; }

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

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

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

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

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

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

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

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