#C88DC7

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

Shades of Lilac #C88DC7

Tints of Lilac #C88DC7

Color information

#C88DC7 (or 0xC88DC7) is unknown color: approx Lilac. HEX triplet: C8, 8D and C7. RGB value is (200,141,199). Sum of RGB (Red+Green+Blue) = 200+141+199=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC7 is #377238. Grayscale: #A5A5A5. Windows color (decimal): -3633721 or 13077960. OLE color: 13077960.

HSL color Cylindrical-coordinate representation of color #C88DC7: hue angle of 301.02º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88DC7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB200141199-
CMYK00.290.000.22
HSL301.02º34.91%66.86%-
HSV(B)301.02º29.5%78.43%-
XYZ43.6535.4558.58-
YUV165.25147.05152.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 199 (78.12% from 255) = 36.85%
R=37.04%
G=26.11%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014119900.290.000.22301.0234.9166.86
HexC88DC701D01612d2343
Octal31021530703502645543103
Binary1100100010001101110001110111010101101001011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DC7; }

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

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

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

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

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

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

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

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