Html Css Color HEX #C193BD Lilac

📋 copy color: '#C193BD'

red 193 ◦ green 147 ◦ blue 189

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

Shades of Lilac #C193BD

Tints of Lilac #C193BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.79%

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 36.48%
G = 27.79%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C193BD (or 0xC193BD) is known color: Lilac. HEX triplet: C1, 93 and BD. RGB value is (193,147,189). Sum of RGB (Red+Green+Blue) = 193+147+189=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C193BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193BD is #3E6C42. Grayscale: #A5A5A5. Windows color (decimal): -4090947 or 12424129. OLE color: 12424129.

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

Color convert

RGB 193 147 189 -
CMYK 0 0.24 0.02 0.24
HSL 305.22º 0.27% 0.67% -
HSV(B) 305.22º 0.24% 0.76% -
XYZ 41.61 35.88 52.88 -
YUV 165.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 193 147 189 0 0.24 0.02 0.24 305.22 0.27 0.67
Hex C1 93 BD 0 18 2 18 131 1B 43
Octal 301 223 275 0 30 2 30 461 33 103
Binary 11000001 10010011 10111101 0 11000 10 11000 100110001 11011 1000011

Color Harmonies of #C193BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193BD

Black with #C193BD

Text Example


Text Example

White with #C193BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193BD; }

 p { color: rgb(193,147,189); }

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

background-color css

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

 a { background-color: rgb(193,147,189); }

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

border-color css

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

 span { border-color: rgb(193,147,189); }

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