#C382BF

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

Shades of Lilac #C382BF

Tints of Lilac #C382BF

Color information

#C382BF (or 0xC382BF) is unknown color: approx Lilac. HEX triplet: C3, 82 and BF. RGB value is (195,130,191). Sum of RGB (Red+Green+Blue) = 195+130+191=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BF is #3C7D40. Grayscale: #9C9C9C. Windows color (decimal): -3964225 or 12550851. OLE color: 12550851.

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

Color convert

RGB195130191-
CMYK00.330.020.24
HSL303.69º35.14%63.73%-
HSV(B)303.69º33.33%76.47%-
XYZ39.8931.3353.23-
YUV156.39147.53155.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 191 (75% from 255) = 37.02%
R=37.79%
G=25.19%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513019100.330.020.24303.6935.1463.73
HexC382BF0212181302340
Octal30320227704123046043100
Binary110000111000001010111111010000110110001001100001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382BF; }

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

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

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

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

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

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

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

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