Html Css Color HEX #C386BE Lilac

📋 copy color: '#C386BE'

red 195 ◦ green 134 ◦ blue 190

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

Shades of Lilac #C386BE

Tints of Lilac #C386BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 37.57%
G = 25.82%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C386BE (or 0xC386BE) is known color: Lilac. HEX triplet: C3, 86 and BE. RGB value is (195,134,190). Sum of RGB (Red+Green+Blue) = 195+134+190=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BE is #3C7941. Grayscale: #9E9E9E. Windows color (decimal): -3963202 or 12486339. OLE color: 12486339.

HSL color Cylindrical-coordinate representation of color #C386BE: hue angle of 304.92º 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 #C386BE is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 190 -
CMYK 0 0.31 0.03 0.24
HSL 304.92º 0.34% 0.65% -
HSV(B) 304.92º 0.31% 0.76% -
XYZ 40.33 32.37 52.84 -
YUV 158.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 195 134 190 0 0.31 0.03 0.24 304.92 0.34 0.65
Hex C3 86 BE 0 1F 3 18 131 22 41
Octal 303 206 276 0 37 3 30 461 42 101
Binary 11000011 10000110 10111110 0 11111 11 11000 100110001 100010 1000001

Color Harmonies of #C386BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386BE

Black with #C386BE

Text Example


Text Example

White with #C386BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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