Html Css Color HEX #C496CA Lilac

📋 copy color: '#C496CA'

red 196 ◦ green 150 ◦ blue 202

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

Shades of Lilac #C496CA

Tints of Lilac #C496CA

RGB

 RED value IS 196 (76.95% from 255) = 35.77%

 GREEN value IS 150 (58.98% from 255) = 27.37%

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

R = 35.77%
G = 27.37%
B = 36.86%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C496CA (or 0xC496CA) is known color: Lilac. HEX triplet: C4, 96 and CA. RGB value is (196,150,202). Sum of RGB (Red+Green+Blue) = 196+150+202=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C496CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CA is #3B6935. Grayscale: #A9A9A9. Windows color (decimal): -3893558 or 13276868. OLE color: 13276868.

HSL color Cylindrical-coordinate representation of color #C496CA: hue angle of 293.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C496CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 150 202 -
CMYK 0.03 0.26 0 0.21
HSL 293.08º 0.33% 0.69% -
HSV(B) 293.08º 0.26% 0.79% -
XYZ 44.33 37.81 60.84 -
YUV 169.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 196 150 202 0.03 0.26 0 0.21 293.08 0.33 0.69
Hex C4 96 CA 3 1A 0 15 125 21 45
Octal 304 226 312 3 32 0 25 445 41 105
Binary 11000100 10010110 11001010 11 11010 0 10101 100100101 100001 1000101

Color Harmonies of #C496CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496CA

Black with #C496CA

Text Example


Text Example

White with #C496CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496CA; }

 p { color: rgb(196,150,202); }

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

background-color css

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

 a { background-color: rgb(196,150,202); }

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

border-color css

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

 span { border-color: rgb(196,150,202); }

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