#C488CD

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

Shades of Lilac #C488CD

Tints of Lilac #C488CD

Color information

#C488CD (or 0xC488CD) is unknown color: approx Lilac. HEX triplet: C4, 88 and CD. RGB value is (196,136,205). Sum of RGB (Red+Green+Blue) = 196+136+205=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C488CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488CD is #3B7732. Grayscale: #A1A1A1. Windows color (decimal): -3897139 or 13469892. OLE color: 13469892.

HSL color Cylindrical-coordinate representation of color #C488CD: hue angle of 292.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C488CD is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196136205-
CMYK0.040.3400.20
HSL292.17º40.83%66.86%-
HSV(B)292.17º33.66%80.39%-
XYZ42.5933.7562.03-
YUV161.81152.38152.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=36.50%
G=25.33%
B=38.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961362050.040.3400.20292.1740.8366.86
HexC488CD4220141242943
Octal30421031544202444451103
Binary1100010010001000110011011001000100101001001001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488CD; }

 p { color: rgb(196,136,205); }

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

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

 a { background-color: rgb(196,136,205); }

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

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

 span { border-color: rgb(196,136,205); }

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