Html Css Color HEX #C5AFC4 Lilac

📋 copy color: '#C5AFC4'

red 197 ◦ green 175 ◦ blue 196

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

Shades of Lilac #C5AFC4

Tints of Lilac #C5AFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 34.68%
G = 30.81%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C5AFC4 (or 0xC5AFC4) is known color: Lilac. HEX triplet: C5, AF and C4. RGB value is (197,175,196). Sum of RGB (Red+Green+Blue) = 197+175+196=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC4 is #3A503B. Grayscale: #B7B7B7. Windows color (decimal): -3821628 or 12890053. OLE color: 12890053.

HSL color Cylindrical-coordinate representation of color #C5AFC4: hue angle of 302.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFC4 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 196 -
CMYK 0 0.11 0.01 0.23
HSL 302.73º 0.16% 0.73% -
HSV(B) 302.73º 0.11% 0.77% -
XYZ 48.32 46.52 58.66 -
YUV 183.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 197 175 196 0 0.11 0.01 0.23 302.73 0.16 0.73
Hex C5 AF C4 0 B 1 17 12F 10 49
Octal 305 257 304 0 13 1 27 457 20 111
Binary 11000101 10101111 11000100 0 1011 1 10111 100101111 10000 1001001

Color Harmonies of #C5AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFC4

Black with #C5AFC4

Text Example


Text Example

White with #C5AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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