Html Css Color HEX #C1A5BD Lilac

📋 copy color: '#C1A5BD'

red 193 ◦ green 165 ◦ blue 189

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

Shades of Lilac #C1A5BD

Tints of Lilac #C1A5BD

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

 GREEN value IS 165 (64.84% from 255) = 30.16%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 35.28%
G = 30.16%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C1A5BD (or 0xC1A5BD) is known color: Lilac. HEX triplet: C1, A5 and BD. RGB value is (193,165,189). Sum of RGB (Red+Green+Blue) = 193+165+189=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5BD is #3E5A42. Grayscale: #B0B0B0. Windows color (decimal): -4086339 or 12428737. OLE color: 12428737.

HSL color Cylindrical-coordinate representation of color #C1A5BD: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A5BD is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 189 -
CMYK 0 0.15 0.02 0.24
HSL 308.57º 0.18% 0.7% -
HSV(B) 308.57º 0.15% 0.76% -
XYZ 44.63 41.92 53.88 -
YUV 176.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 193 165 189 0 0.15 0.02 0.24 308.57 0.18 0.7
Hex C1 A5 BD 0 F 2 18 135 12 46
Octal 301 245 275 0 17 2 30 465 22 106
Binary 11000001 10100101 10111101 0 1111 10 11000 100110101 10010 1000110

Color Harmonies of #C1A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A5BD

Black with #C1A5BD

Text Example


Text Example

White with #C1A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A5BD; }

 p { color: rgb(193,165,189); }

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

background-color css

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

 a { background-color: rgb(193,165,189); }

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

border-color css

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

 span { border-color: rgb(193,165,189); }

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