Html Css Color HEX #C194CA Lilac

📋 copy color: '#C194CA'

red 193 ◦ green 148 ◦ blue 202

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

Shades of Lilac #C194CA

Tints of Lilac #C194CA

RGB

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

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

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

R = 35.54%
G = 27.26%
B = 37.2%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C194CA (or 0xC194CA) is known color: Lilac. HEX triplet: C1, 94 and CA. RGB value is (193,148,202). Sum of RGB (Red+Green+Blue) = 193+148+202=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C194CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CA is #3E6B35. Grayscale: #A7A7A7. Windows color (decimal): -4090678 or 13276353. OLE color: 13276353.

HSL color Cylindrical-coordinate representation of color #C194CA: hue angle of 290º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C194CA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 148 202 -
CMYK 0.04 0.27 0 0.21
HSL 290º 0.34% 0.69% -
HSV(B) 290º 0.27% 0.79% -
XYZ 43.24 36.78 60.7 -
YUV 167.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 193 148 202 0.04 0.27 0 0.21 290 0.34 0.69
Hex C1 94 CA 4 1B 0 15 122 22 45
Octal 301 224 312 4 33 0 25 442 42 105
Binary 11000001 10010100 11001010 100 11011 0 10101 100100010 100010 1000101

Color Harmonies of #C194CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194CA

Black with #C194CA

Text Example


Text Example

White with #C194CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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