#C88DCA

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

Shades of Lilac #C88DCA

Tints of Lilac #C88DCA

Color information

#C88DCA (or 0xC88DCA) is unknown color: approx Lilac. HEX triplet: C8, 8D and CA. RGB value is (200,141,202). Sum of RGB (Red+Green+Blue) = 200+141+202=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C88DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DCA is #377235. Grayscale: #A5A5A5. Windows color (decimal): -3633718 or 13274568. OLE color: 13274568.

HSL color Cylindrical-coordinate representation of color #C88DCA: hue angle of 298.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DCA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200141202-
CMYK0.010.3000.21
HSL298.03º36.53%67.25%-
HSV(B)298.03º30.2%79.22%-
XYZ4435.5960.43-
YUV165.6148.55152.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=36.83%
G=25.97%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001412020.010.3000.21298.0336.5367.25
HexC88DCA11E01512a2543
Octal31021531213602545245103
Binary1100100010001101110010101111100101011001010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DCA; }

 p { color: rgb(200,141,202); }

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

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

 a { background-color: rgb(200,141,202); }

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

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

 span { border-color: rgb(200,141,202); }

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