#C88ACC

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

Shades of Lilac #C88ACC

Tints of Lilac #C88ACC

Color information

#C88ACC (or 0xC88ACC) is unknown color: approx Lilac. HEX triplet: C8, 8A and CC. RGB value is (200,138,204). Sum of RGB (Red+Green+Blue) = 200+138+204=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ACC is #377533. Grayscale: #A3A3A3. Windows color (decimal): -3634484 or 13404872. OLE color: 13404872.

HSL color Cylindrical-coordinate representation of color #C88ACC: hue angle of 296.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88ACC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200138204-
CMYK0.020.3200.2
HSL296.36º39.29%67.06%-
HSV(B)296.36º32.35%80%-
XYZ43.8134.8261.54-
YUV164.06150.54153.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=36.90%
G=25.46%
B=37.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001382040.020.3200.2296.3639.2967.06
HexC88ACC2200141282743
Octal31021231424002445047103
Binary110010001000101011001100101000000101001001010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ACC; }

 p { color: rgb(200,138,204); }

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

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

 a { background-color: rgb(200,138,204); }

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

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

 span { border-color: rgb(200,138,204); }

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