Html Css Color HEX #C386C0 Lilac

📋 copy color: '#C386C0'

red 195 ◦ green 134 ◦ blue 192

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

Shades of Lilac #C386C0

Tints of Lilac #C386C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 37.43%
G = 25.72%
B = 36.85%

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

#C386C0 (or 0xC386C0) is known color: Lilac. HEX triplet: C3, 86 and C0. RGB value is (195,134,192). Sum of RGB (Red+Green+Blue) = 195+134+192=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C386C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386C0 is #3C793F. Grayscale: #9E9E9E. Windows color (decimal): -3963200 or 12617411. OLE color: 12617411.

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

Color convert

RGB 195 134 192 -
CMYK 0 0.31 0.02 0.24
HSL 302.95º 0.34% 0.65% -
HSV(B) 302.95º 0.31% 0.76% -
XYZ 40.55 32.46 54 -
YUV 158.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 195 134 192 0 0.31 0.02 0.24 302.95 0.34 0.65
Hex C3 86 C0 0 1F 2 18 12F 22 41
Octal 303 206 300 0 37 2 30 457 42 101
Binary 11000011 10000110 11000000 0 11111 10 11000 100101111 100010 1000001

Color Harmonies of #C386C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386C0

Black with #C386C0

Text Example


Text Example

White with #C386C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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