Html Css Color HEX #C394BC Lilac

📋 copy color: '#C394BC'

red 195 ◦ green 148 ◦ blue 188

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

Shades of Lilac #C394BC

Tints of Lilac #C394BC

RGB

 RED value IS 195 (76.56% from 255) = 36.72%

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 36.72%
G = 27.87%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C394BC (or 0xC394BC) is known color: Lilac. HEX triplet: C3, 94 and BC. RGB value is (195,148,188). Sum of RGB (Red+Green+Blue) = 195+148+188=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C394BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394BC is #3C6B43. Grayscale: #A6A6A6. Windows color (decimal): -3959620 or 12358851. OLE color: 12358851.

HSL color Cylindrical-coordinate representation of color #C394BC: hue angle of 308.94º degrees, saturation: 0.28, 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 #C394BC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 188 -
CMYK 0 0.24 0.04 0.24
HSL 308.94º 0.28% 0.67% -
HSV(B) 308.94º 0.24% 0.76% -
XYZ 42.17 36.41 52.38 -
YUV 166.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 195 148 188 0 0.24 0.04 0.24 308.94 0.28 0.67
Hex C3 94 BC 0 18 4 18 135 1C 43
Octal 303 224 274 0 30 4 30 465 34 103
Binary 11000011 10010100 10111100 0 11000 100 11000 100110101 11100 1000011

Color Harmonies of #C394BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394BC

Black with #C394BC

Text Example


Text Example

White with #C394BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394BC; }

 p { color: rgb(195,148,188); }

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

background-color css

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

 a { background-color: rgb(195,148,188); }

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

border-color css

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

 span { border-color: rgb(195,148,188); }

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