Html Css Color HEX #C5AFC7 Lilac

📋 copy color: '#C5AFC7'

red 197 ◦ green 175 ◦ blue 199

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

Shades of Lilac #C5AFC7

Tints of Lilac #C5AFC7

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

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

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

R = 34.5%
G = 30.65%
B = 34.85%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5AFC7 (or 0xC5AFC7) is known color: Lilac. HEX triplet: C5, AF and C7. RGB value is (197,175,199). Sum of RGB (Red+Green+Blue) = 197+175+199=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC7 is #3A5038. Grayscale: #B8B8B8. Windows color (decimal): -3821625 or 13086661. OLE color: 13086661.

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

Color convert

RGB 197 175 199 -
CMYK 0.01 0.12 0 0.22
HSL 295º 0.18% 0.73% -
HSV(B) 295º 0.12% 0.78% -
XYZ 48.66 46.65 60.47 -
YUV 184.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 197 175 199 0.01 0.12 0 0.22 295 0.18 0.73
Hex C5 AF C7 1 C 0 16 127 12 49
Octal 305 257 307 1 14 0 26 447 22 111
Binary 11000101 10101111 11000111 1 1100 0 10110 100100111 10010 1001001

Color Harmonies of #C5AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFC7

Black with #C5AFC7

Text Example


Text Example

White with #C5AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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