Html Css Color HEX #C5A9CA Lilac

📋 copy color: '#C5A9CA'

red 197 ◦ green 169 ◦ blue 202

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

Shades of Lilac #C5A9CA

Tints of Lilac #C5A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.75%

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

R = 34.68%
G = 29.75%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5A9CA (or 0xC5A9CA) is known color: Lilac. HEX triplet: C5, A9 and CA. RGB value is (197,169,202). Sum of RGB (Red+Green+Blue) = 197+169+202=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9CA is #3A5635. Grayscale: #B5B5B5. Windows color (decimal): -3823158 or 13281733. OLE color: 13281733.

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

Color convert

RGB 197 169 202 -
CMYK 0.02 0.16 0 0.21
HSL 290.91º 0.24% 0.73% -
HSV(B) 290.91º 0.16% 0.79% -
XYZ 47.87 44.51 61.95 -
YUV 181.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 197 169 202 0.02 0.16 0 0.21 290.91 0.24 0.73
Hex C5 A9 CA 2 10 0 15 123 18 49
Octal 305 251 312 2 20 0 25 443 30 111
Binary 11000101 10101001 11001010 10 10000 0 10101 100100011 11000 1001001

Color Harmonies of #C5A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9CA

Black with #C5A9CA

Text Example


Text Example

White with #C5A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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