Html Css Color HEX #C386CC Lilac

📋 copy color: '#C386CC'

red 195 ◦ green 134 ◦ blue 204

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

Shades of Lilac #C386CC

Tints of Lilac #C386CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 36.59%
G = 25.14%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C386CC (or 0xC386CC) is known color: Lilac. HEX triplet: C3, 86 and CC. RGB value is (195,134,204). Sum of RGB (Red+Green+Blue) = 195+134+204=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C386CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CC is #3C7933. Grayscale: #A0A0A0. Windows color (decimal): -3963188 or 13403843. OLE color: 13403843.

HSL color Cylindrical-coordinate representation of color #C386CC: hue angle of 292.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C386CC is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 134 204 -
CMYK 0.04 0.34 0 0.2
HSL 292.29º 0.41% 0.66% -
HSV(B) 292.29º 0.34% 0.8% -
XYZ 41.93 33.01 61.29 -
YUV 160.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 195 134 204 0.04 0.34 0 0.2 292.29 0.41 0.66
Hex C3 86 CC 4 22 0 14 124 29 42
Octal 303 206 314 4 42 0 24 444 51 102
Binary 11000011 10000110 11001100 100 100010 0 10100 100100100 101001 1000010

Color Harmonies of #C386CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386CC

Black with #C386CC

Text Example


Text Example

White with #C386CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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