Html Css Color HEX #C194C4 Lilac

📋 copy color: '#C194C4'

red 193 ◦ green 148 ◦ blue 196

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

Shades of Lilac #C194C4

Tints of Lilac #C194C4

RGB

 RED value IS 193 (75.78% from 255) = 35.94%

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

 BLUE value IS 196 (76.95% from 255) = 36.5%

R = 35.94%
G = 27.56%
B = 36.5%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C194C4 (or 0xC194C4) is known color: Lilac. HEX triplet: C1, 94 and C4. RGB value is (193,148,196). Sum of RGB (Red+Green+Blue) = 193+148+196=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #C194C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194C4 is #3E6B3B. Grayscale: #A6A6A6. Windows color (decimal): -4090684 or 12883137. OLE color: 12883137.

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

Color convert

RGB 193 148 196 -
CMYK 0.02 0.24 0 0.23
HSL 296.25º 0.29% 0.67% -
HSV(B) 296.25º 0.24% 0.77% -
XYZ 42.55 36.5 57.03 -
YUV 166.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 193 148 196 0.02 0.24 0 0.23 296.25 0.29 0.67
Hex C1 94 C4 2 18 0 17 128 1D 43
Octal 301 224 304 2 30 0 27 450 35 103
Binary 11000001 10010100 11000100 10 11000 0 10111 100101000 11101 1000011

Color Harmonies of #C194C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194C4

Black with #C194C4

Text Example


Text Example

White with #C194C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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