#C38DC2

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

Shades of Lilac #C38DC2

Tints of Lilac #C38DC2

Color information

#C38DC2 (or 0xC38DC2) is unknown color: approx Lilac. HEX triplet: C3, 8D and C2. RGB value is (195,141,194). Sum of RGB (Red+Green+Blue) = 195+141+194=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC2 is #3C723D. Grayscale: #A3A3A3. Windows color (decimal): -3961406 or 12750275. OLE color: 12750275.

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

Color convert

RGB195141194-
CMYK00.280.010.24
HSL301.11º31.03%65.88%-
HSV(B)301.11º27.69%76.47%-
XYZ41.7734.5555.51-
YUV163.19145.39150.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=36.79%
G=26.60%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514119400.280.010.24301.1131.0365.88
HexC38DC201C11812d1f42
Octal30321530203413045537102
Binary110000111000110111000010011100111000100101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DC2; }

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

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

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

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

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

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

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

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