Html Css Color HEX #C294BD Lilac

📋 copy color: '#C294BD'

red 194 ◦ green 148 ◦ blue 189

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

Shades of Lilac #C294BD

Tints of Lilac #C294BD

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

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

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

R = 36.53%
G = 27.87%
B = 35.59%

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

#C294BD (or 0xC294BD) is known color: Lilac. HEX triplet: C2, 94 and BD. RGB value is (194,148,189). Sum of RGB (Red+Green+Blue) = 194+148+189=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C294BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294BD is #3D6B42. Grayscale: #A6A6A6. Windows color (decimal): -4025155 or 12424386. OLE color: 12424386.

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

Color convert

RGB 194 148 189 -
CMYK 0 0.24 0.03 0.24
HSL 306.52º 0.27% 0.67% -
HSV(B) 306.52º 0.24% 0.76% -
XYZ 42.02 36.32 52.94 -
YUV 166.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 194 148 189 0 0.24 0.03 0.24 306.52 0.27 0.67
Hex C2 94 BD 0 18 3 18 133 1B 43
Octal 302 224 275 0 30 3 30 463 33 103
Binary 11000010 10010100 10111101 0 11000 11 11000 100110011 11011 1000011

Color Harmonies of #C294BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294BD

Black with #C294BD

Text Example


Text Example

White with #C294BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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