Html Css Color HEX #C386CE Lilac

📋 copy color: '#C386CE'

red 195 ◦ green 134 ◦ blue 206

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

Shades of Lilac #C386CE

Tints of Lilac #C386CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 36.45%
G = 25.05%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C386CE (or 0xC386CE) is known color: Lilac. HEX triplet: C3, 86 and CE. RGB value is (195,134,206). Sum of RGB (Red+Green+Blue) = 195+134+206=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #C386CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CE is #3C7931. Grayscale: #A0A0A0. Windows color (decimal): -3963186 or 13534915. OLE color: 13534915.

HSL color Cylindrical-coordinate representation of color #C386CE: hue angle of 290.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C386CE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 134 206 -
CMYK 0.05 0.35 0 0.19
HSL 290.83º 0.42% 0.67% -
HSV(B) 290.83º 0.35% 0.81% -
XYZ 42.17 33.11 62.56 -
YUV 160.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 195 134 206 0.05 0.35 0 0.19 290.83 0.42 0.67
Hex C3 86 CE 5 23 0 13 123 2A 43
Octal 303 206 316 5 43 0 23 443 52 103
Binary 11000011 10000110 11001110 101 100011 0 10011 100100011 101010 1000011

Color Harmonies of #C386CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386CE

Black with #C386CE

Text Example


Text Example

White with #C386CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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