Html Css Color HEX #C394BD Lilac

📋 copy color: '#C394BD'

red 195 ◦ green 148 ◦ blue 189

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

Shades of Lilac #C394BD

Tints of Lilac #C394BD

RGB

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

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

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

R = 36.65%
G = 27.82%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C394BD (or 0xC394BD) is known color: Lilac. HEX triplet: C3, 94 and BD. RGB value is (195,148,189). Sum of RGB (Red+Green+Blue) = 195+148+189=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C394BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394BD is #3C6B42. Grayscale: #A6A6A6. Windows color (decimal): -3959619 or 12424387. OLE color: 12424387.

HSL color Cylindrical-coordinate representation of color #C394BD: hue angle of 307.66º 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 #C394BD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 189 -
CMYK 0 0.24 0.03 0.24
HSL 307.66º 0.28% 0.67% -
HSV(B) 307.66º 0.24% 0.76% -
XYZ 42.28 36.46 52.95 -
YUV 166.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 195 148 189 0 0.24 0.03 0.24 307.66 0.28 0.67
Hex C3 94 BD 0 18 3 18 134 1C 43
Octal 303 224 275 0 30 3 30 464 34 103
Binary 11000011 10010100 10111101 0 11000 11 11000 100110100 11100 1000011

Color Harmonies of #C394BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394BD

Black with #C394BD

Text Example


Text Example

White with #C394BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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