#C380C0

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

Shades of Lilac #C380C0

Tints of Lilac #C380C0

Color information

#C380C0 (or 0xC380C0) is unknown color: approx Lilac. HEX triplet: C3, 80 and C0. RGB value is (195,128,192). Sum of RGB (Red+Green+Blue) = 195+128+192=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C380C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C0 is #3C7F3F. Grayscale: #9B9B9B. Windows color (decimal): -3964736 or 12615875. OLE color: 12615875.

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

Color convert

RGB195128192-
CMYK00.340.020.24
HSL302.69º35.83%63.33%-
HSV(B)302.69º34.36%76.47%-
XYZ39.7430.8553.73-
YUV155.33148.7156.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=37.86%
G=24.85%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512819200.340.020.24302.6935.8363.33
HexC380C002221812f243f
Octal3032003000422304574477
Binary11000011100000001100000001000101011000100101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380C0; }

 p { color: rgb(195,128,192); }

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

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

 a { background-color: rgb(195,128,192); }

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

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

 span { border-color: rgb(195,128,192); }

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