Html Css Color HEX #C490CA Lilac

📋 copy color: '#C490CA'

red 196 ◦ green 144 ◦ blue 202

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

Shades of Lilac #C490CA

Tints of Lilac #C490CA

RGB

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

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

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

R = 36.16%
G = 26.57%
B = 37.27%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C490CA (or 0xC490CA) is known color: Lilac. HEX triplet: C4, 90 and CA. RGB value is (196,144,202). Sum of RGB (Red+Green+Blue) = 196+144+202=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #C490CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490CA is #3B6F35. Grayscale: #A5A5A5. Windows color (decimal): -3895094 or 13275332. OLE color: 13275332.

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

Color convert

RGB 196 144 202 -
CMYK 0.03 0.29 0 0.21
HSL 293.79º 0.35% 0.68% -
HSV(B) 293.79º 0.29% 0.79% -
XYZ 43.4 35.95 60.53 -
YUV 166.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 196 144 202 0.03 0.29 0 0.21 293.79 0.35 0.68
Hex C4 90 CA 3 1D 0 15 126 23 44
Octal 304 220 312 3 35 0 25 446 43 104
Binary 11000100 10010000 11001010 11 11101 0 10101 100100110 100011 1000100

Color Harmonies of #C490CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490CA

Black with #C490CA

Text Example


Text Example

White with #C490CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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