Html Css Color HEX #C496CC Lilac

📋 copy color: '#C496CC'

red 196 ◦ green 150 ◦ blue 204

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

Shades of Lilac #C496CC

Tints of Lilac #C496CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 35.64%
G = 27.27%
B = 37.09%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C496CC (or 0xC496CC) is known color: Lilac. HEX triplet: C4, 96 and CC. RGB value is (196,150,204). Sum of RGB (Red+Green+Blue) = 196+150+204=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C496CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CC is #3B6933. Grayscale: #A9A9A9. Windows color (decimal): -3893556 or 13407940. OLE color: 13407940.

HSL color Cylindrical-coordinate representation of color #C496CC: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C496CC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 150 204 -
CMYK 0.04 0.26 0 0.2
HSL 291.11º 0.35% 0.69% -
HSV(B) 291.11º 0.26% 0.8% -
XYZ 44.57 37.91 62.09 -
YUV 169.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 196 150 204 0.04 0.26 0 0.2 291.11 0.35 0.69
Hex C4 96 CC 4 1A 0 14 123 23 45
Octal 304 226 314 4 32 0 24 443 43 105
Binary 11000100 10010110 11001100 100 11010 0 10100 100100011 100011 1000101

Color Harmonies of #C496CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496CC

Black with #C496CC

Text Example


Text Example

White with #C496CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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