Html Css Color HEX #C5ABCA Lilac

📋 copy color: '#C5ABCA'

red 197 ◦ green 171 ◦ blue 202

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

Shades of Lilac #C5ABCA

Tints of Lilac #C5ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 34.56%
G = 30%
B = 35.44%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5ABCA (or 0xC5ABCA) is known color: Lilac. HEX triplet: C5, AB and CA. RGB value is (197,171,202). Sum of RGB (Red+Green+Blue) = 197+171+202=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABCA is #3A5435. Grayscale: #B6B6B6. Windows color (decimal): -3822646 or 13282245. OLE color: 13282245.

HSL color Cylindrical-coordinate representation of color #C5ABCA: hue angle of 290.32º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5ABCA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 171 202 -
CMYK 0.02 0.15 0 0.21
HSL 290.32º 0.23% 0.73% -
HSV(B) 290.32º 0.15% 0.79% -
XYZ 48.25 45.26 62.07 -
YUV 182.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 197 171 202 0.02 0.15 0 0.21 290.32 0.23 0.73
Hex C5 AB CA 2 F 0 15 122 17 49
Octal 305 253 312 2 17 0 25 442 27 111
Binary 11000101 10101011 11001010 10 1111 0 10101 100100010 10111 1001001

Color Harmonies of #C5ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABCA

Black with #C5ABCA

Text Example


Text Example

White with #C5ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABCA; }

 p { color: rgb(197,171,202); }

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

background-color css

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

 a { background-color: rgb(197,171,202); }

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

border-color css

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

 span { border-color: rgb(197,171,202); }

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