Html Css Color HEX #C194C6 Lilac

📋 copy color: '#C194C6'

red 193 ◦ green 148 ◦ blue 198

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

Shades of Lilac #C194C6

Tints of Lilac #C194C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 35.81%
G = 27.46%
B = 36.73%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C194C6 (or 0xC194C6) is known color: Lilac. HEX triplet: C1, 94 and C6. RGB value is (193,148,198). Sum of RGB (Red+Green+Blue) = 193+148+198=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #C194C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194C6 is #3E6B39. Grayscale: #A7A7A7. Windows color (decimal): -4090682 or 13014209. OLE color: 13014209.

HSL color Cylindrical-coordinate representation of color #C194C6: hue angle of 294º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C194C6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 148 198 -
CMYK 0.03 0.25 0 0.22
HSL 294º 0.3% 0.68% -
HSV(B) 294º 0.25% 0.78% -
XYZ 42.78 36.59 58.24 -
YUV 167.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 193 148 198 0.03 0.25 0 0.22 294 0.3 0.68
Hex C1 94 C6 3 19 0 16 126 1E 44
Octal 301 224 306 3 31 0 26 446 36 104
Binary 11000001 10010100 11000110 11 11001 0 10110 100100110 11110 1000100

Color Harmonies of #C194C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194C6

Black with #C194C6

Text Example


Text Example

White with #C194C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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