#C882BF

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

Shades of Lilac #C882BF

Tints of Lilac #C882BF

Color information

#C882BF (or 0xC882BF) is unknown color: approx Lilac. HEX triplet: C8, 82 and BF. RGB value is (200,130,191). Sum of RGB (Red+Green+Blue) = 200+130+191=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BF is #377D40. Grayscale: #9D9D9D. Windows color (decimal): -3636545 or 12550856. OLE color: 12550856.

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

Color convert

RGB200130191-
CMYK00.350.040.22
HSL307.71º38.89%64.71%-
HSV(B)307.71º35%78.43%-
XYZ41.2132.0153.3-
YUV157.88146.69158.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 191 (75% from 255) = 36.66%
R=38.39%
G=24.95%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013019100.350.040.22307.7138.8964.71
HexC882BF0234161342741
Octal31020227704342646447101
Binary1100100010000010101111110100011100101101001101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882BF; }

 p { color: rgb(200,130,191); }

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

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

 a { background-color: rgb(200,130,191); }

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

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

 span { border-color: rgb(200,130,191); }

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