Html Css Color HEX #C386CA Lilac

📋 copy color: '#C386CA'

red 195 ◦ green 134 ◦ blue 202

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

Shades of Lilac #C386CA

Tints of Lilac #C386CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 36.72%
G = 25.24%
B = 38.04%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C386CA (or 0xC386CA) is known color: Lilac. HEX triplet: C3, 86 and CA. RGB value is (195,134,202). Sum of RGB (Red+Green+Blue) = 195+134+202=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C386CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386CA is #3C7935. Grayscale: #9F9F9F. Windows color (decimal): -3963190 or 13272771. OLE color: 13272771.

HSL color Cylindrical-coordinate representation of color #C386CA: hue angle of 293.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C386CA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 134 202 -
CMYK 0.03 0.34 0 0.21
HSL 293.82º 0.39% 0.66% -
HSV(B) 293.82º 0.34% 0.79% -
XYZ 41.69 32.92 60.03 -
YUV 159.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 195 134 202 0.03 0.34 0 0.21 293.82 0.39 0.66
Hex C3 86 CA 3 22 0 15 126 27 42
Octal 303 206 312 3 42 0 25 446 47 102
Binary 11000011 10000110 11001010 11 100010 0 10101 100100110 100111 1000010

Color Harmonies of #C386CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386CA

Black with #C386CA

Text Example


Text Example

White with #C386CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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