Html Css Color HEX #C7AFC6 Lilac

📋 copy color: '#C7AFC6'

red 199 ◦ green 175 ◦ blue 198

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

Shades of Lilac #C7AFC6

Tints of Lilac #C7AFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.59%

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 34.79%
G = 30.59%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C7AFC6 (or 0xC7AFC6) is known color: Lilac. HEX triplet: C7, AF and C6. RGB value is (199,175,198). Sum of RGB (Red+Green+Blue) = 199+175+198=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFC6 is #385039. Grayscale: #B8B8B8. Windows color (decimal): -3690554 or 13021127. OLE color: 13021127.

HSL color Cylindrical-coordinate representation of color #C7AFC6: hue angle of 302.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7AFC6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 198 -
CMYK 0 0.12 0.01 0.22
HSL 302.5º 0.18% 0.73% -
HSV(B) 302.5º 0.12% 0.78% -
XYZ 49.08 46.88 59.89 -
YUV 184.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 199 175 198 0 0.12 0.01 0.22 302.5 0.18 0.73
Hex C7 AF C6 0 C 1 16 12E 12 49
Octal 307 257 306 0 14 1 26 456 22 111
Binary 11000111 10101111 11000110 0 1100 1 10110 100101110 10010 1001001

Color Harmonies of #C7AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFC6

Black with #C7AFC6

Text Example


Text Example

White with #C7AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFC6; }

 p { color: rgb(199,175,198); }

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

background-color css

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

 a { background-color: rgb(199,175,198); }

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

border-color css

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

 span { border-color: rgb(199,175,198); }

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