Html Css Color HEX #C2A1BD Lilac

📋 copy color: '#C2A1BD'

red 194 ◦ green 161 ◦ blue 189

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

Shades of Lilac #C2A1BD

Tints of Lilac #C2A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 35.66%
G = 29.6%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2A1BD (or 0xC2A1BD) is known color: Lilac. HEX triplet: C2, A1 and BD. RGB value is (194,161,189). Sum of RGB (Red+Green+Blue) = 194+161+189=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1BD is #3D5E42. Grayscale: #ADADAD. Windows color (decimal): -4021827 or 12427714. OLE color: 12427714.

HSL color Cylindrical-coordinate representation of color #C2A1BD: hue angle of 309.09º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A1BD is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 161 189 -
CMYK 0 0.17 0.03 0.24
HSL 309.09º 0.21% 0.7% -
HSV(B) 309.09º 0.17% 0.76% -
XYZ 44.18 40.63 53.66 -
YUV 174.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 194 161 189 0 0.17 0.03 0.24 309.09 0.21 0.7
Hex C2 A1 BD 0 11 3 18 135 15 46
Octal 302 241 275 0 21 3 30 465 25 106
Binary 11000010 10100001 10111101 0 10001 11 11000 100110101 10101 1000110

Color Harmonies of #C2A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A1BD

Black with #C2A1BD

Text Example


Text Example

White with #C2A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A1BD; }

 p { color: rgb(194,161,189); }

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

background-color css

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

 a { background-color: rgb(194,161,189); }

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

border-color css

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

 span { border-color: rgb(194,161,189); }

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