Html Css Color HEX #C490BD Lilac

📋 copy color: '#C490BD'

red 196 ◦ green 144 ◦ blue 189

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

Shades of Lilac #C490BD

Tints of Lilac #C490BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.22%

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

R = 37.05%
G = 27.22%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C490BD (or 0xC490BD) is known color: Lilac. HEX triplet: C4, 90 and BD. RGB value is (196,144,189). Sum of RGB (Red+Green+Blue) = 196+144+189=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BD is #3B6F42. Grayscale: #A4A4A4. Windows color (decimal): -3895107 or 12423364. OLE color: 12423364.

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

Color convert

RGB 196 144 189 -
CMYK 0 0.27 0.04 0.23
HSL 308.08º 0.31% 0.67% -
HSV(B) 308.08º 0.27% 0.77% -
XYZ 41.92 35.36 52.76 -
YUV 164.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 196 144 189 0 0.27 0.04 0.23 308.08 0.31 0.67
Hex C4 90 BD 0 1B 4 17 134 1F 43
Octal 304 220 275 0 33 4 27 464 37 103
Binary 11000100 10010000 10111101 0 11011 100 10111 100110100 11111 1000011

Color Harmonies of #C490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490BD

Black with #C490BD

Text Example


Text Example

White with #C490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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