Html Css Color HEX #C5B1C6 Lilac

📋 copy color: '#C5B1C6'

red 197 ◦ green 177 ◦ blue 198

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

Shades of Lilac #C5B1C6

Tints of Lilac #C5B1C6

RGB

 RED value IS 197 (77.34% from 255) = 34.44%

 GREEN value IS 177 (69.53% from 255) = 30.94%

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 34.44%
G = 30.94%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5B1C6 (or 0xC5B1C6) is known color: Lilac. HEX triplet: C5, B1 and C6. RGB value is (197,177,198). Sum of RGB (Red+Green+Blue) = 197+177+198=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1C6 is #3A4E39. Grayscale: #B9B9B9. Windows color (decimal): -3821114 or 13021637. OLE color: 13021637.

HSL color Cylindrical-coordinate representation of color #C5B1C6: hue angle of 297.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B1C6 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 177 198 -
CMYK 0.01 0.11 0 0.22
HSL 297.14º 0.16% 0.74% -
HSV(B) 297.14º 0.11% 0.78% -
XYZ 48.94 47.39 59.99 -
YUV 185.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 197 177 198 0.01 0.11 0 0.22 297.14 0.16 0.74
Hex C5 B1 C6 1 B 0 16 129 10 4A
Octal 305 261 306 1 13 0 26 451 20 112
Binary 11000101 10110001 11000110 1 1011 0 10110 100101001 10000 1001010

Color Harmonies of #C5B1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1C6

Black with #C5B1C6

Text Example


Text Example

White with #C5B1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1C6; }

 p { color: rgb(197,177,198); }

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

background-color css

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

 a { background-color: rgb(197,177,198); }

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

border-color css

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

 span { border-color: rgb(197,177,198); }

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