#C382CA

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

Shades of Lilac #C382CA

Tints of Lilac #C382CA

Color information

#C382CA (or 0xC382CA) is unknown color: approx Lilac. HEX triplet: C3, 82 and CA. RGB value is (195,130,202). Sum of RGB (Red+Green+Blue) = 195+130+202=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C382CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382CA is #3C7D35. Grayscale: #9D9D9D. Windows color (decimal): -3964214 or 13271747. OLE color: 13271747.

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

Color convert

RGB195130202-
CMYK0.030.3600.21
HSL294.17º40.45%65.1%-
HSV(B)294.17º35.64%79.22%-
XYZ41.1531.8359.85-
YUV157.64153.03154.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=37.00%
G=24.67%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951302020.030.3600.21294.1740.4565.1
HexC382CA3240151262841
Octal30320231234402544650101
Binary110000111000001011001010111001000101011001001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382CA; }

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

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

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

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

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

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

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

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