Html Css Color HEX #C286C5 Lilac

📋 copy color: '#C286C5'

red 194 ◦ green 134 ◦ blue 197

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

Shades of Lilac #C286C5

Tints of Lilac #C286C5

RGB

 RED value IS 194 (76.17% from 255) = 36.95%

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

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 36.95%
G = 25.52%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C286C5 (or 0xC286C5) is known color: Lilac. HEX triplet: C2, 86 and C5. RGB value is (194,134,197). Sum of RGB (Red+Green+Blue) = 194+134+197=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #C286C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C5 is #3D793A. Grayscale: #9E9E9E. Windows color (decimal): -4028731 or 12945090. OLE color: 12945090.

HSL color Cylindrical-coordinate representation of color #C286C5: hue angle of 297.14º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C286C5 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 134 197 -
CMYK 0.02 0.32 0 0.23
HSL 297.14º 0.35% 0.65% -
HSV(B) 297.14º 0.32% 0.77% -
XYZ 40.85 32.55 56.95 -
YUV 159.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 194 134 197 0.02 0.32 0 0.23 297.14 0.35 0.65
Hex C2 86 C5 2 20 0 17 129 23 41
Octal 302 206 305 2 40 0 27 451 43 101
Binary 11000010 10000110 11000101 10 100000 0 10111 100101001 100011 1000001

Color Harmonies of #C286C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286C5

Black with #C286C5

Text Example


Text Example

White with #C286C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286C5; }

 p { color: rgb(194,134,197); }

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

background-color css

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

 a { background-color: rgb(194,134,197); }

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

border-color css

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

 span { border-color: rgb(194,134,197); }

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