Html Css Color HEX #C8AFC6 Lilac

📋 copy color: '#C8AFC6'

red 200 ◦ green 175 ◦ blue 198

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

Shades of Lilac #C8AFC6

Tints of Lilac #C8AFC6

RGB

 RED value IS 200 (78.52% from 255) = 34.9%

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

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

R = 34.9%
G = 30.54%
B = 34.55%

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

#C8AFC6 (or 0xC8AFC6) is known color: Lilac. HEX triplet: C8, AF and C6. RGB value is (200,175,198). Sum of RGB (Red+Green+Blue) = 200+175+198=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFC6 is #375039. Grayscale: #B9B9B9. Windows color (decimal): -3625018 or 13021128. OLE color: 13021128.

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

Color convert

RGB 200 175 198 -
CMYK 0 0.12 0.01 0.22
HSL 304.8º 0.19% 0.74% -
HSV(B) 304.8º 0.13% 0.78% -
XYZ 49.34 47.02 59.9 -
YUV 185.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 200 175 198 0 0.12 0.01 0.22 304.8 0.19 0.74
Hex C8 AF C6 0 C 1 16 131 13 4A
Octal 310 257 306 0 14 1 26 461 23 112
Binary 11001000 10101111 11000110 0 1100 1 10110 100110001 10011 1001010

Color Harmonies of #C8AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFC6

Black with #C8AFC6

Text Example


Text Example

White with #C8AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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