Html Css Color HEX #C490CE Lilac

📋 copy color: '#C490CE'

red 196 ◦ green 144 ◦ blue 206

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

Shades of Lilac #C490CE

Tints of Lilac #C490CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 35.9%
G = 26.37%
B = 37.73%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C490CE (or 0xC490CE) is known color: Lilac. HEX triplet: C4, 90 and CE. RGB value is (196,144,206). Sum of RGB (Red+Green+Blue) = 196+144+206=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490CE is #3B6F31. Grayscale: #A6A6A6. Windows color (decimal): -3895090 or 13537476. OLE color: 13537476.

HSL color Cylindrical-coordinate representation of color #C490CE: hue angle of 290.32º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C490CE is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 144 206 -
CMYK 0.05 0.30 0 0.19
HSL 290.32º 0.39% 0.69% -
HSV(B) 290.32º 0.3% 0.81% -
XYZ 43.88 36.14 63.06 -
YUV 166.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 196 144 206 0.05 0.30 0 0.19 290.32 0.39 0.69
Hex C4 90 CE 5 1E 0 13 122 27 45
Octal 304 220 316 5 36 0 23 442 47 105
Binary 11000100 10010000 11001110 101 11110 0 10011 100100010 100111 1000101

Color Harmonies of #C490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490CE

Black with #C490CE

Text Example


Text Example

White with #C490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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