Html Css Color HEX #C494CE Lilac

📋 copy color: '#C494CE'

red 196 ◦ green 148 ◦ blue 206

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

Shades of Lilac #C494CE

Tints of Lilac #C494CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

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

R = 35.64%
G = 26.91%
B = 37.45%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C494CE (or 0xC494CE) is known color: Lilac. HEX triplet: C4, 94 and CE. RGB value is (196,148,206). Sum of RGB (Red+Green+Blue) = 196+148+206=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C494CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494CE is #3B6B31. Grayscale: #A8A8A8. Windows color (decimal): -3894066 or 13538500. OLE color: 13538500.

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

Color convert

RGB 196 148 206 -
CMYK 0.05 0.28 0 0.19
HSL 289.66º 0.37% 0.69% -
HSV(B) 289.66º 0.28% 0.81% -
XYZ 44.5 37.37 63.26 -
YUV 168.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 196 148 206 0.05 0.28 0 0.19 289.66 0.37 0.69
Hex C4 94 CE 5 1C 0 13 122 25 45
Octal 304 224 316 5 34 0 23 442 45 105
Binary 11000100 10010100 11001110 101 11100 0 10011 100100010 100101 1000101

Color Harmonies of #C494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494CE

Black with #C494CE

Text Example


Text Example

White with #C494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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