Html Css Color HEX #C186BF Lilac

📋 copy color: '#C186BF'

red 193 ◦ green 134 ◦ blue 191

#C186BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C186BF

Tints of Lilac #C186BF

RGB

 RED value IS 193 (75.78% from 255) = 37.26%

 GREEN value IS 134 (52.73% from 255) = 25.87%

 BLUE value IS 191 (75% from 255) = 36.87%

R = 37.26%
G = 25.87%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C186BF (or 0xC186BF) is known color: Lilac. HEX triplet: C1, 86 and BF. RGB value is (193,134,191). Sum of RGB (Red+Green+Blue) = 193+134+191=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BF is #3E7940. Grayscale: #9D9D9D. Windows color (decimal): -4094273 or 12551873. OLE color: 12551873.

HSL color Cylindrical-coordinate representation of color #C186BF: hue angle of 302.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186BF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 191 -
CMYK 0 0.31 0.01 0.24
HSL 302.03º 0.32% 0.64% -
HSV(B) 302.03º 0.31% 0.76% -
XYZ 39.92 32.15 53.39 -
YUV 158.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 193 134 191 0 0.31 0.01 0.24 302.03 0.32 0.64
Hex C1 86 BF 0 1F 1 18 12E 20 40
Octal 301 206 277 0 37 1 30 456 40 100
Binary 11000001 10000110 10111111 0 11111 1 11000 100101110 100000 1000000

Color Harmonies of #C186BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186BF

Black with #C186BF

Text Example


Text Example

White with #C186BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186BF; }

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

 H1.HeaderClassName
 {
   color: #C186BF;
 }
 .AnyTagClassName
 {
   color: #C186BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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