Html Css Color HEX #C386BF Lilac

📋 copy color: '#C386BF'

red 195 ◦ green 134 ◦ blue 191

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

Shades of Lilac #C386BF

Tints of Lilac #C386BF

RGB

 RED value IS 195 (76.56% from 255) = 37.5%

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

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

R = 37.5%
G = 25.77%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C386BF (or 0xC386BF) is known color: Lilac. HEX triplet: C3, 86 and BF. RGB value is (195,134,191). Sum of RGB (Red+Green+Blue) = 195+134+191=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BF is #3C7940. Grayscale: #9E9E9E. Windows color (decimal): -3963201 or 12551875. OLE color: 12551875.

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

Color convert

RGB 195 134 191 -
CMYK 0 0.31 0.02 0.24
HSL 303.93º 0.34% 0.65% -
HSV(B) 303.93º 0.31% 0.76% -
XYZ 40.43 32.41 53.42 -
YUV 158.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 195 134 191 0 0.31 0.02 0.24 303.93 0.34 0.65
Hex C3 86 BF 0 1F 2 18 130 22 41
Octal 303 206 277 0 37 2 30 460 42 101
Binary 11000011 10000110 10111111 0 11111 10 11000 100110000 100010 1000001

Color Harmonies of #C386BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386BF

Black with #C386BF

Text Example


Text Example

White with #C386BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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