#C381C2

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

Shades of Lilac #C381C2

Tints of Lilac #C381C2

Color information

#C381C2 (or 0xC381C2) is unknown color: approx Lilac. HEX triplet: C3, 81 and C2. RGB value is (195,129,194). Sum of RGB (Red+Green+Blue) = 195+129+194=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C381C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381C2 is #3C7E3D. Grayscale: #9B9B9B. Windows color (decimal): -3964478 or 12747203. OLE color: 12747203.

HSL color Cylindrical-coordinate representation of color #C381C2: hue angle of 300.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381C2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195129194-
CMYK00.340.010.24
HSL300.91º35.48%63.53%-
HSV(B)300.91º33.85%76.47%-
XYZ40.0931.254.95-
YUV156.14149.37155.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=37.64%
G=24.90%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512919400.340.010.24300.9135.4863.53
HexC381C202211812d2340
Octal30320130204213045543100
Binary11000011100000011100001001000101110001001011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381C2; }

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

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

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

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

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

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

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

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