#C382C6

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

Shades of Lilac #C382C6

Tints of Lilac #C382C6

Color information

#C382C6 (or 0xC382C6) is unknown color: approx Lilac. HEX triplet: C3, 82 and C6. RGB value is (195,130,198). Sum of RGB (Red+Green+Blue) = 195+130+198=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #C382C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382C6 is #3C7D39. Grayscale: #9C9C9C. Windows color (decimal): -3964218 or 13009603. OLE color: 13009603.

HSL color Cylindrical-coordinate representation of color #C382C6: hue angle of 297.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C382C6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195130198-
CMYK0.020.3400.22
HSL297.35º37.36%64.31%-
HSV(B)297.35º34.34%77.65%-
XYZ40.6831.6457.39-
YUV157.19151.03154.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=37.28%
G=24.86%
B=37.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951301980.020.3400.22297.3537.3664.31
HexC382C62220161292540
Octal30320230624202645145100
Binary110000111000001011000110101000100101101001010011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382C6; }

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

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

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

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

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

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

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

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