#C094C5

Color #C094C5 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C094C5

Tints of Lilac #C094C5

Color information

#C094C5 (or 0xC094C5) is unknown color: approx Lilac. HEX triplet: C0, 94 and C5. RGB value is (192,148,197). Sum of RGB (Red+Green+Blue) = 192+148+197=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #C094C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094C5 is #3F6B3A. Grayscale: #A6A6A6. Windows color (decimal): -4156219 or 12948672. OLE color: 12948672.

HSL color Cylindrical-coordinate representation of color #C094C5: hue angle of 293.88º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C094C5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192148197-
CMYK0.030.2500.23
HSL293.88º29.7%67.65%-
HSV(B)293.88º24.87%77.25%-
XYZ42.4136.4257.62-
YUV166.74145.08146.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 197 (77.34% from 255) = 36.69%
R=35.75%
G=27.56%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921481970.030.2500.23293.8829.767.65
HexC094C53190171261e44
Octal30022430533102744636104
Binary1100000010010100110001011111001010111100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094C5; }

 p { color: rgb(192,148,197); }

 H1.HeaderClassName
 {
   color: #C094C5;
 }
 .AnyTagClassName
 {
   color: #C094C5;
 }
</style>
background-color css

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

 a { background-color: rgb(192,148,197); }

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

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

 span { border-color: rgb(192,148,197); }

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