Html Css Color HEX #C294C1 Lilac

📋 copy color: '#C294C1'

red 194 ◦ green 148 ◦ blue 193

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

Shades of Lilac #C294C1

Tints of Lilac #C294C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 36.26%
G = 27.66%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C294C1 (or 0xC294C1) is known color: Lilac. HEX triplet: C2, 94 and C1. RGB value is (194,148,193). Sum of RGB (Red+Green+Blue) = 194+148+193=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C294C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294C1 is #3D6B3E. Grayscale: #A6A6A6. Windows color (decimal): -4025151 or 12686530. OLE color: 12686530.

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

Color convert

RGB 194 148 193 -
CMYK 0 0.24 0.01 0.24
HSL 301.3º 0.27% 0.67% -
HSV(B) 301.3º 0.24% 0.76% -
XYZ 42.46 36.5 55.26 -
YUV 166.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 194 148 193 0 0.24 0.01 0.24 301.3 0.27 0.67
Hex C2 94 C1 0 18 1 18 12D 1B 43
Octal 302 224 301 0 30 1 30 455 33 103
Binary 11000010 10010100 11000001 0 11000 1 11000 100101101 11011 1000011

Color Harmonies of #C294C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294C1

Black with #C294C1

Text Example


Text Example

White with #C294C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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