Html Css Color HEX #C2A6C7 Lilac

📋 copy color: '#C2A6C7'

red 194 ◦ green 166 ◦ blue 199

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

Shades of Lilac #C2A6C7

Tints of Lilac #C2A6C7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.7%

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 34.7%
G = 29.7%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2A6C7 (or 0xC2A6C7) is known color: Lilac. HEX triplet: C2, A6 and C7. RGB value is (194,166,199). Sum of RGB (Red+Green+Blue) = 194+166+199=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2A6C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6C7 is #3D5938. Grayscale: #B2B2B2. Windows color (decimal): -4020537 or 13084354. OLE color: 13084354.

HSL color Cylindrical-coordinate representation of color #C2A6C7: hue angle of 290.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A6C7 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 166 199 -
CMYK 0.03 0.17 0 0.22
HSL 290.91º 0.23% 0.72% -
HSV(B) 290.91º 0.17% 0.78% -
XYZ 46.19 42.87 59.87 -
YUV 178.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 194 166 199 0.03 0.17 0 0.22 290.91 0.23 0.72
Hex C2 A6 C7 3 11 0 16 123 17 48
Octal 302 246 307 3 21 0 26 443 27 110
Binary 11000010 10100110 11000111 11 10001 0 10110 100100011 10111 1001000

Color Harmonies of #C2A6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6C7

Black with #C2A6C7

Text Example


Text Example

White with #C2A6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6C7; }

 p { color: rgb(194,166,199); }

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

background-color css

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

 a { background-color: rgb(194,166,199); }

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

border-color css

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

 span { border-color: rgb(194,166,199); }

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