Html Css Color HEX #C6AFC9 Lilac

📋 copy color: '#C6AFC9'

red 198 ◦ green 175 ◦ blue 201

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

Shades of Lilac #C6AFC9

Tints of Lilac #C6AFC9

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

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

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 34.49%
G = 30.49%
B = 35.02%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C6AFC9 (or 0xC6AFC9) is known color: Lilac. HEX triplet: C6, AF and C9. RGB value is (198,175,201). Sum of RGB (Red+Green+Blue) = 198+175+201=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #C6AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFC9 is #395036. Grayscale: #B8B8B8. Windows color (decimal): -3756087 or 13217734. OLE color: 13217734.

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

Color convert

RGB 198 175 201 -
CMYK 0.01 0.13 0 0.21
HSL 293.08º 0.19% 0.74% -
HSV(B) 293.08º 0.13% 0.79% -
XYZ 49.16 46.88 61.72 -
YUV 184.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 198 175 201 0.01 0.13 0 0.21 293.08 0.19 0.74
Hex C6 AF C9 1 D 0 15 125 13 4A
Octal 306 257 311 1 15 0 25 445 23 112
Binary 11000110 10101111 11001001 1 1101 0 10101 100100101 10011 1001010

Color Harmonies of #C6AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFC9

Black with #C6AFC9

Text Example


Text Example

White with #C6AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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