Html Css Color HEX #C2A4BD Lilac

📋 copy color: '#C2A4BD'

red 194 ◦ green 164 ◦ blue 189

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

Shades of Lilac #C2A4BD

Tints of Lilac #C2A4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

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

R = 35.47%
G = 29.98%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2A4BD (or 0xC2A4BD) is known color: Lilac. HEX triplet: C2, A4 and BD. RGB value is (194,164,189). Sum of RGB (Red+Green+Blue) = 194+164+189=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4BD is #3D5B42. Grayscale: #AFAFAF. Windows color (decimal): -4021059 or 12428482. OLE color: 12428482.

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

Color convert

RGB 194 164 189 -
CMYK 0 0.15 0.03 0.24
HSL 310º 0.2% 0.7% -
HSV(B) 310º 0.15% 0.76% -
XYZ 44.71 41.69 53.84 -
YUV 175.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 194 164 189 0 0.15 0.03 0.24 310 0.2 0.7
Hex C2 A4 BD 0 F 3 18 136 14 46
Octal 302 244 275 0 17 3 30 466 24 106
Binary 11000010 10100100 10111101 0 1111 11 11000 100110110 10100 1000110

Color Harmonies of #C2A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A4BD

Black with #C2A4BD

Text Example


Text Example

White with #C2A4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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