Html Css Color HEX #C2A2C3 Lilac

📋 copy color: '#C2A2C3'

red 194 ◦ green 162 ◦ blue 195

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

Shades of Lilac #C2A2C3

Tints of Lilac #C2A2C3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

 BLUE value IS 195 (76.56% from 255) = 35.39%

R = 35.21%
G = 29.4%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C2A2C3 (or 0xC2A2C3) is known color: Lilac. HEX triplet: C2, A2 and C3. RGB value is (194,162,195). Sum of RGB (Red+Green+Blue) = 194+162+195=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2C3 is #3D5D3C. Grayscale: #AFAFAF. Windows color (decimal): -4021565 or 12821186. OLE color: 12821186.

HSL color Cylindrical-coordinate representation of color #C2A2C3: hue angle of 298.18º degrees, saturation: 0.22, 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 #C2A2C3 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 195 -
CMYK 0.01 0.17 0 0.24
HSL 298.18º 0.22% 0.7% -
HSV(B) 298.18º 0.17% 0.76% -
XYZ 45.02 41.25 57.22 -
YUV 175.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 194 162 195 0.01 0.17 0 0.24 298.18 0.22 0.7
Hex C2 A2 C3 1 11 0 18 12A 16 46
Octal 302 242 303 1 21 0 30 452 26 106
Binary 11000010 10100010 11000011 1 10001 0 11000 100101010 10110 1000110

Color Harmonies of #C2A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A2C3

Black with #C2A2C3

Text Example


Text Example

White with #C2A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A2C3; }

 p { color: rgb(194,162,195); }

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

background-color css

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

 a { background-color: rgb(194,162,195); }

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

border-color css

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

 span { border-color: rgb(194,162,195); }

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