Html Css Color HEX #C5AFC8 Lilac

📋 copy color: '#C5AFC8'

red 197 ◦ green 175 ◦ blue 200

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

Shades of Lilac #C5AFC8

Tints of Lilac #C5AFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.97%

R = 34.44%
G = 30.59%
B = 34.97%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5AFC8 (or 0xC5AFC8) is known color: Lilac. HEX triplet: C5, AF and C8. RGB value is (197,175,200). Sum of RGB (Red+Green+Blue) = 197+175+200=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC8 is #3A5037. Grayscale: #B8B8B8. Windows color (decimal): -3821624 or 13152197. OLE color: 13152197.

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

Color convert

RGB 197 175 200 -
CMYK 0.02 0.12 0 0.22
HSL 292.8º 0.19% 0.74% -
HSV(B) 292.8º 0.13% 0.78% -
XYZ 48.78 46.7 61.09 -
YUV 184.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 197 175 200 0.02 0.12 0 0.22 292.8 0.19 0.74
Hex C5 AF C8 2 C 0 16 125 13 4A
Octal 305 257 310 2 14 0 26 445 23 112
Binary 11000101 10101111 11001000 10 1100 0 10110 100100101 10011 1001010

Color Harmonies of #C5AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFC8

Black with #C5AFC8

Text Example


Text Example

White with #C5AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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