Html Css Color HEX #C495CC Lilac

📋 copy color: '#C495CC'

red 196 ◦ green 149 ◦ blue 204

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

Shades of Lilac #C495CC

Tints of Lilac #C495CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.14%

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

R = 35.7%
G = 27.14%
B = 37.16%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C495CC (or 0xC495CC) is known color: Lilac. HEX triplet: C4, 95 and CC. RGB value is (196,149,204). Sum of RGB (Red+Green+Blue) = 196+149+204=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C495CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495CC is #3B6A33. Grayscale: #A9A9A9. Windows color (decimal): -3893812 or 13407684. OLE color: 13407684.

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

Color convert

RGB 196 149 204 -
CMYK 0.04 0.27 0 0.2
HSL 291.27º 0.35% 0.69% -
HSV(B) 291.27º 0.27% 0.8% -
XYZ 44.41 37.59 62.04 -
YUV 169.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 196 149 204 0.04 0.27 0 0.2 291.27 0.35 0.69
Hex C4 95 CC 4 1B 0 14 123 23 45
Octal 304 225 314 4 33 0 24 443 43 105
Binary 11000100 10010101 11001100 100 11011 0 10100 100100011 100011 1000101

Color Harmonies of #C495CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495CC

Black with #C495CC

Text Example


Text Example

White with #C495CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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