Html Css Color HEX #C7A6CA Lilac

📋 copy color: '#C7A6CA'

red 199 ◦ green 166 ◦ blue 202

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

Shades of Lilac #C7A6CA

Tints of Lilac #C7A6CA

RGB

 RED value IS 199 (78.13% from 255) = 35.1%

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 35.1%
G = 29.28%
B = 35.63%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7A6CA (or 0xC7A6CA) is known color: Lilac. HEX triplet: C7, A6 and CA. RGB value is (199,166,202). Sum of RGB (Red+Green+Blue) = 199+166+202=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6CA is #385935. Grayscale: #B3B3B3. Windows color (decimal): -3692854 or 13280967. OLE color: 13280967.

HSL color Cylindrical-coordinate representation of color #C7A6CA: hue angle of 295º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A6CA is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 166 202 -
CMYK 0.01 0.18 0 0.21
HSL 295º 0.25% 0.72% -
HSV(B) 295º 0.18% 0.79% -
XYZ 47.85 43.68 61.79 -
YUV 179.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 199 166 202 0.01 0.18 0 0.21 295 0.25 0.72
Hex C7 A6 CA 1 12 0 15 127 19 48
Octal 307 246 312 1 22 0 25 447 31 110
Binary 11000111 10100110 11001010 1 10010 0 10101 100100111 11001 1001000

Color Harmonies of #C7A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A6CA

Black with #C7A6CA

Text Example


Text Example

White with #C7A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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