Html Css Color HEX #C5A8C8 Lilac

📋 copy color: '#C5A8C8'

red 197 ◦ green 168 ◦ blue 200

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

Shades of Lilac #C5A8C8

Tints of Lilac #C5A8C8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

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

R = 34.87%
G = 29.73%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5A8C8 (or 0xC5A8C8) is known color: Lilac. HEX triplet: C5, A8 and C8. RGB value is (197,168,200). Sum of RGB (Red+Green+Blue) = 197+168+200=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5A8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8C8 is #3A5737. Grayscale: #B4B4B4. Windows color (decimal): -3823416 or 13150405. OLE color: 13150405.

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

Color convert

RGB 197 168 200 -
CMYK 0.02 0.16 0 0.22
HSL 294.38º 0.23% 0.72% -
HSV(B) 294.38º 0.16% 0.78% -
XYZ 47.45 44.05 60.64 -
YUV 180.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 197 168 200 0.02 0.16 0 0.22 294.38 0.23 0.72
Hex C5 A8 C8 2 10 0 16 126 17 48
Octal 305 250 310 2 20 0 26 446 27 110
Binary 11000101 10101000 11001000 10 10000 0 10110 100100110 10111 1001000

Color Harmonies of #C5A8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8C8

Black with #C5A8C8

Text Example


Text Example

White with #C5A8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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