Html Css Color HEX #C495BD Lilac

📋 copy color: '#C495BD'

red 196 ◦ green 149 ◦ blue 189

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

Shades of Lilac #C495BD

Tints of Lilac #C495BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 36.7%
G = 27.9%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C495BD (or 0xC495BD) is known color: Lilac. HEX triplet: C4, 95 and BD. RGB value is (196,149,189). Sum of RGB (Red+Green+Blue) = 196+149+189=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BD is #3B6A42. Grayscale: #A7A7A7. Windows color (decimal): -3893827 or 12424644. OLE color: 12424644.

HSL color Cylindrical-coordinate representation of color #C495BD: hue angle of 308.94º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C495BD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 189 -
CMYK 0 0.24 0.04 0.23
HSL 308.94º 0.28% 0.68% -
HSV(B) 308.94º 0.24% 0.77% -
XYZ 42.7 36.9 53.02 -
YUV 167.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 196 149 189 0 0.24 0.04 0.23 308.94 0.28 0.68
Hex C4 95 BD 0 18 4 17 135 1C 44
Octal 304 225 275 0 30 4 27 465 34 104
Binary 11000100 10010101 10111101 0 11000 100 10111 100110101 11100 1000100

Color Harmonies of #C495BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495BD

Black with #C495BD

Text Example


Text Example

White with #C495BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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