#C186CA

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

Shades of Lilac #C186CA

Tints of Lilac #C186CA

Color information

#C186CA (or 0xC186CA) is unknown color: approx Lilac. HEX triplet: C1, 86 and CA. RGB value is (193,134,202). Sum of RGB (Red+Green+Blue) = 193+134+202=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C186CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186CA is #3E7935. Grayscale: #9F9F9F. Windows color (decimal): -4094262 or 13272769. OLE color: 13272769.

HSL color Cylindrical-coordinate representation of color #C186CA: hue angle of 292.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C186CA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193134202-
CMYK0.040.3400.21
HSL292.06º39.08%65.88%-
HSV(B)292.06º33.66%79.22%-
XYZ41.1832.6560.01-
YUV159.39152.05151.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=36.48%
G=25.33%
B=38.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931342020.040.3400.21292.0639.0865.88
HexC186CA4220151242742
Octal30120631244202544447102
Binary1100000110000110110010101001000100101011001001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186CA; }

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

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

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

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

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

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

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

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