#C886C1

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

Shades of Lilac #C886C1

Tints of Lilac #C886C1

Color information

#C886C1 (or 0xC886C1) is unknown color: approx Lilac. HEX triplet: C8, 86 and C1. RGB value is (200,134,193). Sum of RGB (Red+Green+Blue) = 200+134+193=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C886C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886C1 is #37793E. Grayscale: #A0A0A0. Windows color (decimal): -3635519 or 12682952. OLE color: 12682952.

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

Color convert

RGB200134193-
CMYK00.330.040.22
HSL306.36º37.5%65.49%-
HSV(B)306.36º33%78.43%-
XYZ41.9733.1854.64-
YUV160.46146.37156.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=37.95%
G=25.43%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013419300.330.040.22306.3637.565.49
HexC886C10214161322641
Octal31020630104142646246101
Binary1100100010000110110000010100001100101101001100101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886C1; }

 p { color: rgb(200,134,193); }

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

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

 a { background-color: rgb(200,134,193); }

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

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

 span { border-color: rgb(200,134,193); }

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